Versions in this module Expand all Collapse all v1 v1.23.0 Mar 1, 2021 Changes in this version + func CloseClient() + func GetClient() *client + type BeginRequest struct + API string + Arguments []interface{} + Method *string + ObjRef api.ObjectRef + type BeginResponse struct + PromiseID *string + type CallbacksResponse struct + Callbacks []api.Callback + type CompleteRequest struct + API string + CallbackID *string + Error *string + Result interface{} + type CompleteResponse struct + CallbackID *string + type CreateRequest struct + API string + Arguments []interface{} + FQN api.FQN + Interfaces []api.FQN + Overrides []api.Override + type CreateResponse struct + InstanceID string + func (r *CreateResponse) UnmarshalJSON(data []byte) error + type DelRequest struct + API string + ObjRef api.ObjectRef + type DelResponse struct + type EndRequest struct + API string + PromiseID *string + type EndResponse struct + Result interface{} + type GetRequest struct + API string + ObjRef api.ObjectRef + Property string + type GetResponse struct + Value interface{} + func (r *GetResponse) UnmarshalJSON(data []byte) error + type HelloMessage struct + Hello string + type InvokeRequest struct + API string + Arguments []interface{} + Method string + ObjRef api.ObjectRef + type InvokeResponse struct + Result interface{} + func (r *InvokeResponse) UnmarshalJSON(data []byte) error + type LoadRequest struct + API string + Name string + Tarball string + Version string + type LoadResponse struct + Assembly string + Types float64 + func (r *LoadResponse) UnmarshalJSON(data []byte) error + type NamingRequest struct + API string + Assembly string + type NamingResponse struct + type SetRequest struct + API string + ObjRef api.ObjectRef + Property string + Value interface{} + type SetResponse struct + func (r *SetResponse) UnmarshalJSON(data []byte) error + type StaticGetRequest struct + API string + FQN api.FQN + Property string + type StaticInvokeRequest struct + API string + Arguments []interface{} + FQN api.FQN + Method string + type StaticSetRequest struct + API string + FQN api.FQN + Property string + Value interface{} + type StatsResponse struct + ObjectCount float64