Commit 51b616d 1 parent a067c24 commit 51b616d Copy full SHA for 51b616d
File tree 3 files changed +10
-2
lines changed
ts/pulumi/zemn.me/api/cmd/api
3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 23
23
24
24
25
25
jobs :
26
+ # fake staging for merge-queue only check.
27
+ # https://github.com/orgs/community/discussions/103114#discussioncomment-8359045
28
+ Staging :
29
+ runs-on : ubuntu-latest
30
+ steps :
31
+ - name : Pass
32
+ run : true
26
33
Presubmit :
27
34
concurrency :
28
35
# > The ref given is fully-formed, meaning that for branches the format
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ go_library(
12
12
name = "api_lib" ,
13
13
srcs = [
14
14
"api.gen.go" ,
15
+ "authorizers.go" ,
15
16
"callbox.go" ,
16
17
"callbox_number.go" ,
17
18
"main.go" ,
Original file line number Diff line number Diff line change
1
+ package main
1
2
3
+ import "net/http"
2
4
3
5
func (Server ) GetCallboxAuthorizers (w http.ResponseWriter , rq * http.Request ) {
4
-
5
6
}
6
7
7
8
func (Server ) PatchCallboxAuthorizers (w http.ResponseWriter , rq * http.Request ) {
8
-
9
9
}
You can’t perform that action at this time.
0 commit comments