Skip to content

Commit

Permalink
Are we there yet?
Browse files Browse the repository at this point in the history
Signed-off-by: cjkfyi <165058376+cjkfyi@users.noreply.github.com>
  • Loading branch information
cjkfyi committed Apr 13, 2024
1 parent 1aa684d commit d60f741
Show file tree
Hide file tree
Showing 11 changed files with 1,980 additions and 1,877 deletions.
6 changes: 6 additions & 0 deletions backend/api/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ import (
"google.golang.org/api/option"
)

type Response struct {
Command string `json:"command"`
Data map[string]interface{} `json:"data"`
Status string `json:"status"`
}

var (
isTest = flag.Bool("test_env", true, "Test environment")
prox_port = flag.Int("prox_port", 8080, "Proxy server port")
Expand Down
Loading

0 comments on commit d60f741

Please sign in to comment.