Versions in this module Expand all Collapse all v0 v0.77.5 Nov 13, 2024 v0.77.4 Sep 24, 2024 v0.77.3 Sep 20, 2024 v0.77.2 Sep 20, 2024 v0.77.1 Sep 20, 2024 v0.77.0 Jul 30, 2024 v0.75.1 May 7, 2024 v0.74.4 May 1, 2024 v0.74.3 May 1, 2024 v0.74.2 May 1, 2024 v0.74.1 Apr 29, 2024 v0.74.0 Apr 27, 2024 v0.73.1 Apr 25, 2024 v0.73.0 Apr 24, 2024 v0.72.0 Apr 22, 2024 v0.71.0 Apr 19, 2024 v0.70.1 Apr 8, 2024 Changes in this version + const ServiceID + func InitRequest(context *endly.Context, rawRequest map[string]interface{}) error + func New() endly.Service + type CtxClient struct + func GetClient(context *endly.Context) (*CtxClient, error) + func (s *CtxClient) Service() interface{} + func (s *CtxClient) SetService(service interface{}) error + type DeployRequest struct + CPU int + Concurrency int + Connectivity string + Container *run.Container + Env map[string]string + Image string + MaxAutoScale int + Members []string + MemoryMb int + Name string + Namespace string + Port int + Public bool + Region string + Replace bool + ServiceAccount string + TimeoutSeconds int + func (r *DeployRequest) Init() error + func (r *DeployRequest) Service(context *endly.Context) (*run.Service, error) + func (r *DeployRequest) Validate() error + type DeployResponse struct + Endpoint string + type GetConfigurationRequest struct + Name string + func (r *GetConfigurationRequest) Init() error + type GetConfigurationResponse struct + type GetServiceRequest struct + Name string + func (r *GetServiceRequest) Init() error + type GetServiceResponse struct