maingateApiToken추가
This commit is contained in:
@ -20,8 +20,9 @@ type HoustonServer interface {
|
||||
}
|
||||
|
||||
type serverConfig struct {
|
||||
GrpcPort int `json:"grpc_port"`
|
||||
StorageRoot string `json:"storage_path"`
|
||||
GrpcPort int `json:"grpc_port"`
|
||||
StorageRoot string `json:"storage_path"`
|
||||
MaingateApiToken string `json:"maingate_api_token"`
|
||||
}
|
||||
|
||||
type DeployRequest struct {
|
||||
|
||||
Reference in New Issue
Block a user