Documentation ¶
Index ¶
- func RegisterConfigHandler(s server.Server, hdlr ConfigHandler, opts ...server.HandlerOption) error
- type AppRequest
- func (*AppRequest) Descriptor() ([]byte, []int)
- func (m *AppRequest) GetAppName() string
- func (m *AppRequest) GetDescription() string
- func (*AppRequest) ProtoMessage()
- func (m *AppRequest) Reset()
- func (m *AppRequest) String() string
- func (m *AppRequest) XXX_DiscardUnknown()
- func (m *AppRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *AppRequest) XXX_Merge(src proto.Message)
- func (m *AppRequest) XXX_Size() int
- func (m *AppRequest) XXX_Unmarshal(b []byte) error
- type AppResponse
- func (*AppResponse) Descriptor() ([]byte, []int)
- func (m *AppResponse) GetAppName() string
- func (m *AppResponse) GetCreatedAt() int64
- func (m *AppResponse) GetDescription() string
- func (m *AppResponse) GetId() int64
- func (m *AppResponse) GetUpdatedAt() int64
- func (*AppResponse) ProtoMessage()
- func (m *AppResponse) Reset()
- func (m *AppResponse) String() string
- func (m *AppResponse) XXX_DiscardUnknown()
- func (m *AppResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *AppResponse) XXX_Merge(src proto.Message)
- func (m *AppResponse) XXX_Size() int
- func (m *AppResponse) XXX_Unmarshal(b []byte) error
- type AppsResponse
- func (*AppsResponse) Descriptor() ([]byte, []int)
- func (m *AppsResponse) GetApps() []*AppResponse
- func (*AppsResponse) ProtoMessage()
- func (m *AppsResponse) Reset()
- func (m *AppsResponse) String() string
- func (m *AppsResponse) XXX_DiscardUnknown()
- func (m *AppsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *AppsResponse) XXX_Merge(src proto.Message)
- func (m *AppsResponse) XXX_Size() int
- func (m *AppsResponse) XXX_Unmarshal(b []byte) error
- type ClusterRequest
- func (*ClusterRequest) Descriptor() ([]byte, []int)
- func (m *ClusterRequest) GetAppName() string
- func (m *ClusterRequest) GetClusterName() string
- func (m *ClusterRequest) GetDescription() string
- func (*ClusterRequest) ProtoMessage()
- func (m *ClusterRequest) Reset()
- func (m *ClusterRequest) String() string
- func (m *ClusterRequest) XXX_DiscardUnknown()
- func (m *ClusterRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ClusterRequest) XXX_Merge(src proto.Message)
- func (m *ClusterRequest) XXX_Size() int
- func (m *ClusterRequest) XXX_Unmarshal(b []byte) error
- type ClusterResponse
- func (*ClusterResponse) Descriptor() ([]byte, []int)
- func (m *ClusterResponse) GetAppName() string
- func (m *ClusterResponse) GetClusterName() string
- func (m *ClusterResponse) GetCreatedAt() int64
- func (m *ClusterResponse) GetDescription() string
- func (m *ClusterResponse) GetId() int64
- func (m *ClusterResponse) GetUpdatedAt() int64
- func (*ClusterResponse) ProtoMessage()
- func (m *ClusterResponse) Reset()
- func (m *ClusterResponse) String() string
- func (m *ClusterResponse) XXX_DiscardUnknown()
- func (m *ClusterResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ClusterResponse) XXX_Merge(src proto.Message)
- func (m *ClusterResponse) XXX_Size() int
- func (m *ClusterResponse) XXX_Unmarshal(b []byte) error
- type ClustersResponse
- func (*ClustersResponse) Descriptor() ([]byte, []int)
- func (m *ClustersResponse) GetClusters() []*ClusterResponse
- func (*ClustersResponse) ProtoMessage()
- func (m *ClustersResponse) Reset()
- func (m *ClustersResponse) String() string
- func (m *ClustersResponse) XXX_DiscardUnknown()
- func (m *ClustersResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ClustersResponse) XXX_Merge(src proto.Message)
- func (m *ClustersResponse) XXX_Size() int
- func (m *ClustersResponse) XXX_Unmarshal(b []byte) error
- type ConfigHandler
- type ConfigResponse
- func (*ConfigResponse) Descriptor() ([]byte, []int)
- func (m *ConfigResponse) GetAppName() string
- func (m *ConfigResponse) GetClusterName() string
- func (m *ConfigResponse) GetCreatedAt() int64
- func (m *ConfigResponse) GetFormat() string
- func (m *ConfigResponse) GetId() int64
- func (m *ConfigResponse) GetNamespaceName() string
- func (m *ConfigResponse) GetUpdatedAt() int64
- func (m *ConfigResponse) GetValue() string
- func (*ConfigResponse) ProtoMessage()
- func (m *ConfigResponse) Reset()
- func (m *ConfigResponse) String() string
- func (m *ConfigResponse) XXX_DiscardUnknown()
- func (m *ConfigResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ConfigResponse) XXX_Merge(src proto.Message)
- func (m *ConfigResponse) XXX_Size() int
- func (m *ConfigResponse) XXX_Unmarshal(b []byte) error
- type ConfigService
- type Config_WatchService
- type Config_WatchStream
- type NamespaceRequest
- func (*NamespaceRequest) Descriptor() ([]byte, []int)
- func (m *NamespaceRequest) GetAppName() string
- func (m *NamespaceRequest) GetClusterName() string
- func (m *NamespaceRequest) GetDescription() string
- func (m *NamespaceRequest) GetFormat() string
- func (m *NamespaceRequest) GetNamespaceName() string
- func (*NamespaceRequest) ProtoMessage()
- func (m *NamespaceRequest) Reset()
- func (m *NamespaceRequest) String() string
- func (m *NamespaceRequest) XXX_DiscardUnknown()
- func (m *NamespaceRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *NamespaceRequest) XXX_Merge(src proto.Message)
- func (m *NamespaceRequest) XXX_Size() int
- func (m *NamespaceRequest) XXX_Unmarshal(b []byte) error
- type NamespaceResponse
- func (*NamespaceResponse) Descriptor() ([]byte, []int)
- func (m *NamespaceResponse) GetAppName() string
- func (m *NamespaceResponse) GetClusterName() string
- func (m *NamespaceResponse) GetCreatedAt() int64
- func (m *NamespaceResponse) GetDescription() string
- func (m *NamespaceResponse) GetEditValue() string
- func (m *NamespaceResponse) GetFormat() string
- func (m *NamespaceResponse) GetId() int64
- func (m *NamespaceResponse) GetNamespaceName() string
- func (m *NamespaceResponse) GetReleased() bool
- func (m *NamespaceResponse) GetUpdatedAt() int64
- func (m *NamespaceResponse) GetValue() string
- func (*NamespaceResponse) ProtoMessage()
- func (m *NamespaceResponse) Reset()
- func (m *NamespaceResponse) String() string
- func (m *NamespaceResponse) XXX_DiscardUnknown()
- func (m *NamespaceResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *NamespaceResponse) XXX_Merge(src proto.Message)
- func (m *NamespaceResponse) XXX_Size() int
- func (m *NamespaceResponse) XXX_Unmarshal(b []byte) error
- type NamespacesResponse
- func (*NamespacesResponse) Descriptor() ([]byte, []int)
- func (m *NamespacesResponse) GetNamespaces() []*NamespaceResponse
- func (*NamespacesResponse) ProtoMessage()
- func (m *NamespacesResponse) Reset()
- func (m *NamespacesResponse) String() string
- func (m *NamespacesResponse) XXX_DiscardUnknown()
- func (m *NamespacesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *NamespacesResponse) XXX_Merge(src proto.Message)
- func (m *NamespacesResponse) XXX_Size() int
- func (m *NamespacesResponse) XXX_Unmarshal(b []byte) error
- type QueryConfigRequest
- func (*QueryConfigRequest) Descriptor() ([]byte, []int)
- func (m *QueryConfigRequest) GetAppName() string
- func (m *QueryConfigRequest) GetClusterName() string
- func (m *QueryConfigRequest) GetNamespaceName() string
- func (*QueryConfigRequest) ProtoMessage()
- func (m *QueryConfigRequest) Reset()
- func (m *QueryConfigRequest) String() string
- func (m *QueryConfigRequest) XXX_DiscardUnknown()
- func (m *QueryConfigRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryConfigRequest) XXX_Merge(src proto.Message)
- func (m *QueryConfigRequest) XXX_Size() int
- func (m *QueryConfigRequest) XXX_Unmarshal(b []byte) error
- type ReleaseHistoryResponse
- func (*ReleaseHistoryResponse) Descriptor() ([]byte, []int)
- func (m *ReleaseHistoryResponse) GetReleaseHistory() []*ReleaseResponse
- func (*ReleaseHistoryResponse) ProtoMessage()
- func (m *ReleaseHistoryResponse) Reset()
- func (m *ReleaseHistoryResponse) String() string
- func (m *ReleaseHistoryResponse) XXX_DiscardUnknown()
- func (m *ReleaseHistoryResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ReleaseHistoryResponse) XXX_Merge(src proto.Message)
- func (m *ReleaseHistoryResponse) XXX_Size() int
- func (m *ReleaseHistoryResponse) XXX_Unmarshal(b []byte) error
- type ReleaseRequest
- func (*ReleaseRequest) Descriptor() ([]byte, []int)
- func (m *ReleaseRequest) GetAppName() string
- func (m *ReleaseRequest) GetClusterName() string
- func (m *ReleaseRequest) GetComment() string
- func (m *ReleaseRequest) GetNamespaceName() string
- func (m *ReleaseRequest) GetTag() string
- func (*ReleaseRequest) ProtoMessage()
- func (m *ReleaseRequest) Reset()
- func (m *ReleaseRequest) String() string
- func (m *ReleaseRequest) XXX_DiscardUnknown()
- func (m *ReleaseRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ReleaseRequest) XXX_Merge(src proto.Message)
- func (m *ReleaseRequest) XXX_Size() int
- func (m *ReleaseRequest) XXX_Unmarshal(b []byte) error
- type ReleaseResponse
- func (*ReleaseResponse) Descriptor() ([]byte, []int)
- func (m *ReleaseResponse) GetAppName() string
- func (m *ReleaseResponse) GetClusterName() string
- func (m *ReleaseResponse) GetComment() string
- func (m *ReleaseResponse) GetCreatedAt() int64
- func (m *ReleaseResponse) GetId() int64
- func (m *ReleaseResponse) GetNamespaceName() string
- func (m *ReleaseResponse) GetTag() string
- func (m *ReleaseResponse) GetType() string
- func (m *ReleaseResponse) GetUpdatedAt() int64
- func (m *ReleaseResponse) GetValue() string
- func (*ReleaseResponse) ProtoMessage()
- func (m *ReleaseResponse) Reset()
- func (m *ReleaseResponse) String() string
- func (m *ReleaseResponse) XXX_DiscardUnknown()
- func (m *ReleaseResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ReleaseResponse) XXX_Merge(src proto.Message)
- func (m *ReleaseResponse) XXX_Size() int
- func (m *ReleaseResponse) XXX_Unmarshal(b []byte) error
- type Request
- func (*Request) Descriptor() ([]byte, []int)
- func (*Request) ProtoMessage()
- func (m *Request) Reset()
- func (m *Request) String() string
- func (m *Request) XXX_DiscardUnknown()
- func (m *Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Request) XXX_Merge(src proto.Message)
- func (m *Request) XXX_Size() int
- func (m *Request) XXX_Unmarshal(b []byte) error
- type Response
- func (*Response) Descriptor() ([]byte, []int)
- func (*Response) ProtoMessage()
- func (m *Response) Reset()
- func (m *Response) String() string
- func (m *Response) XXX_DiscardUnknown()
- func (m *Response) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Response) XXX_Merge(src proto.Message)
- func (m *Response) XXX_Size() int
- func (m *Response) XXX_Unmarshal(b []byte) error
- type UpdateConfigRequest
- func (*UpdateConfigRequest) Descriptor() ([]byte, []int)
- func (m *UpdateConfigRequest) GetAppName() string
- func (m *UpdateConfigRequest) GetClusterName() string
- func (m *UpdateConfigRequest) GetNamespaceName() string
- func (m *UpdateConfigRequest) GetValue() string
- func (*UpdateConfigRequest) ProtoMessage()
- func (m *UpdateConfigRequest) Reset()
- func (m *UpdateConfigRequest) String() string
- func (m *UpdateConfigRequest) XXX_DiscardUnknown()
- func (m *UpdateConfigRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *UpdateConfigRequest) XXX_Merge(src proto.Message)
- func (m *UpdateConfigRequest) XXX_Size() int
- func (m *UpdateConfigRequest) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegisterConfigHandler ¶
func RegisterConfigHandler(s server.Server, hdlr ConfigHandler, opts ...server.HandlerOption) error
Types ¶
type AppRequest ¶
type AppRequest struct { AppName string `protobuf:"bytes,4,opt,name=appName,proto3" json:"appName"` Description string `protobuf:"bytes,5,opt,name=description,proto3" json:"description"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*AppRequest) Descriptor ¶
func (*AppRequest) Descriptor() ([]byte, []int)
func (*AppRequest) GetAppName ¶
func (m *AppRequest) GetAppName() string
func (*AppRequest) GetDescription ¶
func (m *AppRequest) GetDescription() string
func (*AppRequest) ProtoMessage ¶
func (*AppRequest) ProtoMessage()
func (*AppRequest) Reset ¶
func (m *AppRequest) Reset()
func (*AppRequest) String ¶
func (m *AppRequest) String() string
func (*AppRequest) XXX_DiscardUnknown ¶
func (m *AppRequest) XXX_DiscardUnknown()
func (*AppRequest) XXX_Marshal ¶
func (m *AppRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*AppRequest) XXX_Merge ¶
func (m *AppRequest) XXX_Merge(src proto.Message)
func (*AppRequest) XXX_Size ¶
func (m *AppRequest) XXX_Size() int
func (*AppRequest) XXX_Unmarshal ¶
func (m *AppRequest) XXX_Unmarshal(b []byte) error
type AppResponse ¶
type AppResponse struct { Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id"` CreatedAt int64 `protobuf:"varint,2,opt,name=createdAt,proto3" json:"createdAt"` UpdatedAt int64 `protobuf:"varint,3,opt,name=updatedAt,proto3" json:"updatedAt"` AppName string `protobuf:"bytes,4,opt,name=appName,proto3" json:"appName"` Description string `protobuf:"bytes,5,opt,name=description,proto3" json:"description"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*AppResponse) Descriptor ¶
func (*AppResponse) Descriptor() ([]byte, []int)
func (*AppResponse) GetAppName ¶
func (m *AppResponse) GetAppName() string
func (*AppResponse) GetCreatedAt ¶
func (m *AppResponse) GetCreatedAt() int64
func (*AppResponse) GetDescription ¶
func (m *AppResponse) GetDescription() string
func (*AppResponse) GetId ¶
func (m *AppResponse) GetId() int64
func (*AppResponse) GetUpdatedAt ¶
func (m *AppResponse) GetUpdatedAt() int64
func (*AppResponse) ProtoMessage ¶
func (*AppResponse) ProtoMessage()
func (*AppResponse) Reset ¶
func (m *AppResponse) Reset()
func (*AppResponse) String ¶
func (m *AppResponse) String() string
func (*AppResponse) XXX_DiscardUnknown ¶
func (m *AppResponse) XXX_DiscardUnknown()
func (*AppResponse) XXX_Marshal ¶
func (m *AppResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*AppResponse) XXX_Merge ¶
func (m *AppResponse) XXX_Merge(src proto.Message)
func (*AppResponse) XXX_Size ¶
func (m *AppResponse) XXX_Size() int
func (*AppResponse) XXX_Unmarshal ¶
func (m *AppResponse) XXX_Unmarshal(b []byte) error
type AppsResponse ¶
type AppsResponse struct { Apps []*AppResponse `protobuf:"bytes,1,rep,name=apps,proto3" json:"apps"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*AppsResponse) Descriptor ¶
func (*AppsResponse) Descriptor() ([]byte, []int)
func (*AppsResponse) GetApps ¶
func (m *AppsResponse) GetApps() []*AppResponse
func (*AppsResponse) ProtoMessage ¶
func (*AppsResponse) ProtoMessage()
func (*AppsResponse) Reset ¶
func (m *AppsResponse) Reset()
func (*AppsResponse) String ¶
func (m *AppsResponse) String() string
func (*AppsResponse) XXX_DiscardUnknown ¶
func (m *AppsResponse) XXX_DiscardUnknown()
func (*AppsResponse) XXX_Marshal ¶
func (m *AppsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*AppsResponse) XXX_Merge ¶
func (m *AppsResponse) XXX_Merge(src proto.Message)
func (*AppsResponse) XXX_Size ¶
func (m *AppsResponse) XXX_Size() int
func (*AppsResponse) XXX_Unmarshal ¶
func (m *AppsResponse) XXX_Unmarshal(b []byte) error
type ClusterRequest ¶
type ClusterRequest struct { AppName string `protobuf:"bytes,4,opt,name=appName,proto3" json:"appName"` ClusterName string `protobuf:"bytes,5,opt,name=clusterName,proto3" json:"clusterName"` Description string `protobuf:"bytes,6,opt,name=description,proto3" json:"description"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ClusterRequest) Descriptor ¶
func (*ClusterRequest) Descriptor() ([]byte, []int)
func (*ClusterRequest) GetAppName ¶
func (m *ClusterRequest) GetAppName() string
func (*ClusterRequest) GetClusterName ¶
func (m *ClusterRequest) GetClusterName() string
func (*ClusterRequest) GetDescription ¶
func (m *ClusterRequest) GetDescription() string
func (*ClusterRequest) ProtoMessage ¶
func (*ClusterRequest) ProtoMessage()
func (*ClusterRequest) Reset ¶
func (m *ClusterRequest) Reset()
func (*ClusterRequest) String ¶
func (m *ClusterRequest) String() string
func (*ClusterRequest) XXX_DiscardUnknown ¶
func (m *ClusterRequest) XXX_DiscardUnknown()
func (*ClusterRequest) XXX_Marshal ¶
func (m *ClusterRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ClusterRequest) XXX_Merge ¶
func (m *ClusterRequest) XXX_Merge(src proto.Message)
func (*ClusterRequest) XXX_Size ¶
func (m *ClusterRequest) XXX_Size() int
func (*ClusterRequest) XXX_Unmarshal ¶
func (m *ClusterRequest) XXX_Unmarshal(b []byte) error
type ClusterResponse ¶
type ClusterResponse struct { Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id"` CreatedAt int64 `protobuf:"varint,2,opt,name=createdAt,proto3" json:"createdAt"` UpdatedAt int64 `protobuf:"varint,3,opt,name=updatedAt,proto3" json:"updatedAt"` AppName string `protobuf:"bytes,4,opt,name=appName,proto3" json:"appName"` ClusterName string `protobuf:"bytes,5,opt,name=clusterName,proto3" json:"clusterName"` Description string `protobuf:"bytes,6,opt,name=description,proto3" json:"description"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ClusterResponse) Descriptor ¶
func (*ClusterResponse) Descriptor() ([]byte, []int)
func (*ClusterResponse) GetAppName ¶
func (m *ClusterResponse) GetAppName() string
func (*ClusterResponse) GetClusterName ¶
func (m *ClusterResponse) GetClusterName() string
func (*ClusterResponse) GetCreatedAt ¶
func (m *ClusterResponse) GetCreatedAt() int64
func (*ClusterResponse) GetDescription ¶
func (m *ClusterResponse) GetDescription() string
func (*ClusterResponse) GetId ¶
func (m *ClusterResponse) GetId() int64
func (*ClusterResponse) GetUpdatedAt ¶
func (m *ClusterResponse) GetUpdatedAt() int64
func (*ClusterResponse) ProtoMessage ¶
func (*ClusterResponse) ProtoMessage()
func (*ClusterResponse) Reset ¶
func (m *ClusterResponse) Reset()
func (*ClusterResponse) String ¶
func (m *ClusterResponse) String() string
func (*ClusterResponse) XXX_DiscardUnknown ¶
func (m *ClusterResponse) XXX_DiscardUnknown()
func (*ClusterResponse) XXX_Marshal ¶
func (m *ClusterResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ClusterResponse) XXX_Merge ¶
func (m *ClusterResponse) XXX_Merge(src proto.Message)
func (*ClusterResponse) XXX_Size ¶
func (m *ClusterResponse) XXX_Size() int
func (*ClusterResponse) XXX_Unmarshal ¶
func (m *ClusterResponse) XXX_Unmarshal(b []byte) error
type ClustersResponse ¶
type ClustersResponse struct { Clusters []*ClusterResponse `protobuf:"bytes,1,rep,name=clusters,proto3" json:"clusters"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ClustersResponse) Descriptor ¶
func (*ClustersResponse) Descriptor() ([]byte, []int)
func (*ClustersResponse) GetClusters ¶
func (m *ClustersResponse) GetClusters() []*ClusterResponse
func (*ClustersResponse) ProtoMessage ¶
func (*ClustersResponse) ProtoMessage()
func (*ClustersResponse) Reset ¶
func (m *ClustersResponse) Reset()
func (*ClustersResponse) String ¶
func (m *ClustersResponse) String() string
func (*ClustersResponse) XXX_DiscardUnknown ¶
func (m *ClustersResponse) XXX_DiscardUnknown()
func (*ClustersResponse) XXX_Marshal ¶
func (m *ClustersResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ClustersResponse) XXX_Merge ¶
func (m *ClustersResponse) XXX_Merge(src proto.Message)
func (*ClustersResponse) XXX_Size ¶
func (m *ClustersResponse) XXX_Size() int
func (*ClustersResponse) XXX_Unmarshal ¶
func (m *ClustersResponse) XXX_Unmarshal(b []byte) error
type ConfigHandler ¶
type ConfigHandler interface { CreateApp(context.Context, *AppRequest, *AppResponse) error QueryApp(context.Context, *AppRequest, *AppResponse) error DeleteApp(context.Context, *AppRequest, *Response) error ListApps(context.Context, *Request, *AppsResponse) error CreateCluster(context.Context, *ClusterRequest, *ClusterResponse) error QueryCluster(context.Context, *ClusterRequest, *ClusterResponse) error DeleteCluster(context.Context, *ClusterRequest, *Response) error ListClusters(context.Context, *AppRequest, *ClustersResponse) error CreateNamespace(context.Context, *NamespaceRequest, *NamespaceResponse) error DeleteNamespace(context.Context, *NamespaceRequest, *Response) error QueryNamespace(context.Context, *NamespaceRequest, *NamespaceResponse) error ListNamespaces(context.Context, *ClusterRequest, *NamespacesResponse) error UpdateConfig(context.Context, *UpdateConfigRequest, *Response) error ReleaseConfig(context.Context, *ReleaseRequest, *Response) error ListReleaseHistory(context.Context, *NamespaceRequest, *ReleaseHistoryResponse) error Rollback(context.Context, *ReleaseRequest, *Response) error Read(context.Context, *QueryConfigRequest, *ConfigResponse) error Watch(context.Context, *Request, Config_WatchStream) error }
type ConfigResponse ¶
type ConfigResponse struct { Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id"` CreatedAt int64 `protobuf:"varint,2,opt,name=createdAt,proto3" json:"createdAt"` UpdatedAt int64 `protobuf:"varint,3,opt,name=updatedAt,proto3" json:"updatedAt"` AppName string `protobuf:"bytes,4,opt,name=appName,proto3" json:"appName"` ClusterName string `protobuf:"bytes,5,opt,name=clusterName,proto3" json:"clusterName"` NamespaceName string `protobuf:"bytes,6,opt,name=namespaceName,proto3" json:"namespaceName"` Format string `protobuf:"bytes,7,opt,name=format,proto3" json:"format"` Value string `protobuf:"bytes,8,opt,name=value,proto3" json:"value"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ConfigResponse) Descriptor ¶
func (*ConfigResponse) Descriptor() ([]byte, []int)
func (*ConfigResponse) GetAppName ¶
func (m *ConfigResponse) GetAppName() string
func (*ConfigResponse) GetClusterName ¶
func (m *ConfigResponse) GetClusterName() string
func (*ConfigResponse) GetCreatedAt ¶
func (m *ConfigResponse) GetCreatedAt() int64
func (*ConfigResponse) GetFormat ¶
func (m *ConfigResponse) GetFormat() string
func (*ConfigResponse) GetId ¶
func (m *ConfigResponse) GetId() int64
func (*ConfigResponse) GetNamespaceName ¶
func (m *ConfigResponse) GetNamespaceName() string
func (*ConfigResponse) GetUpdatedAt ¶
func (m *ConfigResponse) GetUpdatedAt() int64
func (*ConfigResponse) GetValue ¶
func (m *ConfigResponse) GetValue() string
func (*ConfigResponse) ProtoMessage ¶
func (*ConfigResponse) ProtoMessage()
func (*ConfigResponse) Reset ¶
func (m *ConfigResponse) Reset()
func (*ConfigResponse) String ¶
func (m *ConfigResponse) String() string
func (*ConfigResponse) XXX_DiscardUnknown ¶
func (m *ConfigResponse) XXX_DiscardUnknown()
func (*ConfigResponse) XXX_Marshal ¶
func (m *ConfigResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ConfigResponse) XXX_Merge ¶
func (m *ConfigResponse) XXX_Merge(src proto.Message)
func (*ConfigResponse) XXX_Size ¶
func (m *ConfigResponse) XXX_Size() int
func (*ConfigResponse) XXX_Unmarshal ¶
func (m *ConfigResponse) XXX_Unmarshal(b []byte) error
type ConfigService ¶
type ConfigService interface { CreateApp(ctx context.Context, in *AppRequest, opts ...client.CallOption) (*AppResponse, error) QueryApp(ctx context.Context, in *AppRequest, opts ...client.CallOption) (*AppResponse, error) DeleteApp(ctx context.Context, in *AppRequest, opts ...client.CallOption) (*Response, error) ListApps(ctx context.Context, in *Request, opts ...client.CallOption) (*AppsResponse, error) CreateCluster(ctx context.Context, in *ClusterRequest, opts ...client.CallOption) (*ClusterResponse, error) QueryCluster(ctx context.Context, in *ClusterRequest, opts ...client.CallOption) (*ClusterResponse, error) DeleteCluster(ctx context.Context, in *ClusterRequest, opts ...client.CallOption) (*Response, error) ListClusters(ctx context.Context, in *AppRequest, opts ...client.CallOption) (*ClustersResponse, error) CreateNamespace(ctx context.Context, in *NamespaceRequest, opts ...client.CallOption) (*NamespaceResponse, error) DeleteNamespace(ctx context.Context, in *NamespaceRequest, opts ...client.CallOption) (*Response, error) QueryNamespace(ctx context.Context, in *NamespaceRequest, opts ...client.CallOption) (*NamespaceResponse, error) ListNamespaces(ctx context.Context, in *ClusterRequest, opts ...client.CallOption) (*NamespacesResponse, error) UpdateConfig(ctx context.Context, in *UpdateConfigRequest, opts ...client.CallOption) (*Response, error) ReleaseConfig(ctx context.Context, in *ReleaseRequest, opts ...client.CallOption) (*Response, error) ListReleaseHistory(ctx context.Context, in *NamespaceRequest, opts ...client.CallOption) (*ReleaseHistoryResponse, error) Rollback(ctx context.Context, in *ReleaseRequest, opts ...client.CallOption) (*Response, error) Read(ctx context.Context, in *QueryConfigRequest, opts ...client.CallOption) (*ConfigResponse, error) Watch(ctx context.Context, in *Request, opts ...client.CallOption) (Config_WatchService, error) }
func NewConfigService ¶
func NewConfigService(name string, c client.Client) ConfigService
type Config_WatchService ¶
type Config_WatchService interface { SendMsg(interface{}) error RecvMsg(interface{}) error Close() error Recv() (*ConfigResponse, error) }
type Config_WatchStream ¶
type Config_WatchStream interface { SendMsg(interface{}) error RecvMsg(interface{}) error Close() error Send(*ConfigResponse) error }
type NamespaceRequest ¶
type NamespaceRequest struct { AppName string `protobuf:"bytes,4,opt,name=appName,proto3" json:"appName"` ClusterName string `protobuf:"bytes,5,opt,name=clusterName,proto3" json:"clusterName"` NamespaceName string `protobuf:"bytes,6,opt,name=namespaceName,proto3" json:"namespaceName"` Format string `protobuf:"bytes,7,opt,name=format,proto3" json:"format"` Description string `protobuf:"bytes,10,opt,name=description,proto3" json:"description"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*NamespaceRequest) Descriptor ¶
func (*NamespaceRequest) Descriptor() ([]byte, []int)
func (*NamespaceRequest) GetAppName ¶
func (m *NamespaceRequest) GetAppName() string
func (*NamespaceRequest) GetClusterName ¶
func (m *NamespaceRequest) GetClusterName() string
func (*NamespaceRequest) GetDescription ¶
func (m *NamespaceRequest) GetDescription() string
func (*NamespaceRequest) GetFormat ¶
func (m *NamespaceRequest) GetFormat() string
func (*NamespaceRequest) GetNamespaceName ¶
func (m *NamespaceRequest) GetNamespaceName() string
func (*NamespaceRequest) ProtoMessage ¶
func (*NamespaceRequest) ProtoMessage()
func (*NamespaceRequest) Reset ¶
func (m *NamespaceRequest) Reset()
func (*NamespaceRequest) String ¶
func (m *NamespaceRequest) String() string
func (*NamespaceRequest) XXX_DiscardUnknown ¶
func (m *NamespaceRequest) XXX_DiscardUnknown()
func (*NamespaceRequest) XXX_Marshal ¶
func (m *NamespaceRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*NamespaceRequest) XXX_Merge ¶
func (m *NamespaceRequest) XXX_Merge(src proto.Message)
func (*NamespaceRequest) XXX_Size ¶
func (m *NamespaceRequest) XXX_Size() int
func (*NamespaceRequest) XXX_Unmarshal ¶
func (m *NamespaceRequest) XXX_Unmarshal(b []byte) error
type NamespaceResponse ¶
type NamespaceResponse struct { Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id"` CreatedAt int64 `protobuf:"varint,2,opt,name=createdAt,proto3" json:"createdAt"` UpdatedAt int64 `protobuf:"varint,3,opt,name=updatedAt,proto3" json:"updatedAt"` AppName string `protobuf:"bytes,4,opt,name=appName,proto3" json:"appName"` ClusterName string `protobuf:"bytes,5,opt,name=clusterName,proto3" json:"clusterName"` NamespaceName string `protobuf:"bytes,6,opt,name=namespaceName,proto3" json:"namespaceName"` Format string `protobuf:"bytes,7,opt,name=format,proto3" json:"format"` Value string `protobuf:"bytes,8,opt,name=value,proto3" json:"value"` Released bool `protobuf:"varint,9,opt,name=released,proto3" json:"released"` EditValue string `protobuf:"bytes,10,opt,name=editValue,proto3" json:"editValue"` Description string `protobuf:"bytes,11,opt,name=description,proto3" json:"description"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*NamespaceResponse) Descriptor ¶
func (*NamespaceResponse) Descriptor() ([]byte, []int)
func (*NamespaceResponse) GetAppName ¶
func (m *NamespaceResponse) GetAppName() string
func (*NamespaceResponse) GetClusterName ¶
func (m *NamespaceResponse) GetClusterName() string
func (*NamespaceResponse) GetCreatedAt ¶
func (m *NamespaceResponse) GetCreatedAt() int64
func (*NamespaceResponse) GetDescription ¶
func (m *NamespaceResponse) GetDescription() string
func (*NamespaceResponse) GetEditValue ¶
func (m *NamespaceResponse) GetEditValue() string
func (*NamespaceResponse) GetFormat ¶
func (m *NamespaceResponse) GetFormat() string
func (*NamespaceResponse) GetId ¶
func (m *NamespaceResponse) GetId() int64
func (*NamespaceResponse) GetNamespaceName ¶
func (m *NamespaceResponse) GetNamespaceName() string
func (*NamespaceResponse) GetReleased ¶
func (m *NamespaceResponse) GetReleased() bool
func (*NamespaceResponse) GetUpdatedAt ¶
func (m *NamespaceResponse) GetUpdatedAt() int64
func (*NamespaceResponse) GetValue ¶
func (m *NamespaceResponse) GetValue() string
func (*NamespaceResponse) ProtoMessage ¶
func (*NamespaceResponse) ProtoMessage()
func (*NamespaceResponse) Reset ¶
func (m *NamespaceResponse) Reset()
func (*NamespaceResponse) String ¶
func (m *NamespaceResponse) String() string
func (*NamespaceResponse) XXX_DiscardUnknown ¶
func (m *NamespaceResponse) XXX_DiscardUnknown()
func (*NamespaceResponse) XXX_Marshal ¶
func (m *NamespaceResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*NamespaceResponse) XXX_Merge ¶
func (m *NamespaceResponse) XXX_Merge(src proto.Message)
func (*NamespaceResponse) XXX_Size ¶
func (m *NamespaceResponse) XXX_Size() int
func (*NamespaceResponse) XXX_Unmarshal ¶
func (m *NamespaceResponse) XXX_Unmarshal(b []byte) error
type NamespacesResponse ¶
type NamespacesResponse struct { Namespaces []*NamespaceResponse `protobuf:"bytes,1,rep,name=namespaces,proto3" json:"namespaces"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*NamespacesResponse) Descriptor ¶
func (*NamespacesResponse) Descriptor() ([]byte, []int)
func (*NamespacesResponse) GetNamespaces ¶
func (m *NamespacesResponse) GetNamespaces() []*NamespaceResponse
func (*NamespacesResponse) ProtoMessage ¶
func (*NamespacesResponse) ProtoMessage()
func (*NamespacesResponse) Reset ¶
func (m *NamespacesResponse) Reset()
func (*NamespacesResponse) String ¶
func (m *NamespacesResponse) String() string
func (*NamespacesResponse) XXX_DiscardUnknown ¶
func (m *NamespacesResponse) XXX_DiscardUnknown()
func (*NamespacesResponse) XXX_Marshal ¶
func (m *NamespacesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*NamespacesResponse) XXX_Merge ¶
func (m *NamespacesResponse) XXX_Merge(src proto.Message)
func (*NamespacesResponse) XXX_Size ¶
func (m *NamespacesResponse) XXX_Size() int
func (*NamespacesResponse) XXX_Unmarshal ¶
func (m *NamespacesResponse) XXX_Unmarshal(b []byte) error
type QueryConfigRequest ¶
type QueryConfigRequest struct { AppName string `protobuf:"bytes,4,opt,name=appName,proto3" json:"appName"` ClusterName string `protobuf:"bytes,5,opt,name=clusterName,proto3" json:"clusterName"` NamespaceName string `protobuf:"bytes,6,opt,name=namespaceName,proto3" json:"namespaceName"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*QueryConfigRequest) Descriptor ¶
func (*QueryConfigRequest) Descriptor() ([]byte, []int)
func (*QueryConfigRequest) GetAppName ¶
func (m *QueryConfigRequest) GetAppName() string
func (*QueryConfigRequest) GetClusterName ¶
func (m *QueryConfigRequest) GetClusterName() string
func (*QueryConfigRequest) GetNamespaceName ¶
func (m *QueryConfigRequest) GetNamespaceName() string
func (*QueryConfigRequest) ProtoMessage ¶
func (*QueryConfigRequest) ProtoMessage()
func (*QueryConfigRequest) Reset ¶
func (m *QueryConfigRequest) Reset()
func (*QueryConfigRequest) String ¶
func (m *QueryConfigRequest) String() string
func (*QueryConfigRequest) XXX_DiscardUnknown ¶
func (m *QueryConfigRequest) XXX_DiscardUnknown()
func (*QueryConfigRequest) XXX_Marshal ¶
func (m *QueryConfigRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryConfigRequest) XXX_Merge ¶
func (m *QueryConfigRequest) XXX_Merge(src proto.Message)
func (*QueryConfigRequest) XXX_Size ¶
func (m *QueryConfigRequest) XXX_Size() int
func (*QueryConfigRequest) XXX_Unmarshal ¶
func (m *QueryConfigRequest) XXX_Unmarshal(b []byte) error
type ReleaseHistoryResponse ¶
type ReleaseHistoryResponse struct { ReleaseHistory []*ReleaseResponse `protobuf:"bytes,1,rep,name=releaseHistory,proto3" json:"releaseHistory"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ReleaseHistoryResponse) Descriptor ¶
func (*ReleaseHistoryResponse) Descriptor() ([]byte, []int)
func (*ReleaseHistoryResponse) GetReleaseHistory ¶
func (m *ReleaseHistoryResponse) GetReleaseHistory() []*ReleaseResponse
func (*ReleaseHistoryResponse) ProtoMessage ¶
func (*ReleaseHistoryResponse) ProtoMessage()
func (*ReleaseHistoryResponse) Reset ¶
func (m *ReleaseHistoryResponse) Reset()
func (*ReleaseHistoryResponse) String ¶
func (m *ReleaseHistoryResponse) String() string
func (*ReleaseHistoryResponse) XXX_DiscardUnknown ¶
func (m *ReleaseHistoryResponse) XXX_DiscardUnknown()
func (*ReleaseHistoryResponse) XXX_Marshal ¶
func (m *ReleaseHistoryResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ReleaseHistoryResponse) XXX_Merge ¶
func (m *ReleaseHistoryResponse) XXX_Merge(src proto.Message)
func (*ReleaseHistoryResponse) XXX_Size ¶
func (m *ReleaseHistoryResponse) XXX_Size() int
func (*ReleaseHistoryResponse) XXX_Unmarshal ¶
func (m *ReleaseHistoryResponse) XXX_Unmarshal(b []byte) error
type ReleaseRequest ¶
type ReleaseRequest struct { AppName string `protobuf:"bytes,4,opt,name=appName,proto3" json:"appName"` ClusterName string `protobuf:"bytes,5,opt,name=clusterName,proto3" json:"clusterName"` NamespaceName string `protobuf:"bytes,6,opt,name=namespaceName,proto3" json:"namespaceName"` Tag string `protobuf:"bytes,7,opt,name=tag,proto3" json:"tag"` Comment string `protobuf:"bytes,9,opt,name=comment,proto3" json:"comment"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ReleaseRequest) Descriptor ¶
func (*ReleaseRequest) Descriptor() ([]byte, []int)
func (*ReleaseRequest) GetAppName ¶
func (m *ReleaseRequest) GetAppName() string
func (*ReleaseRequest) GetClusterName ¶
func (m *ReleaseRequest) GetClusterName() string
func (*ReleaseRequest) GetComment ¶
func (m *ReleaseRequest) GetComment() string
func (*ReleaseRequest) GetNamespaceName ¶
func (m *ReleaseRequest) GetNamespaceName() string
func (*ReleaseRequest) GetTag ¶
func (m *ReleaseRequest) GetTag() string
func (*ReleaseRequest) ProtoMessage ¶
func (*ReleaseRequest) ProtoMessage()
func (*ReleaseRequest) Reset ¶
func (m *ReleaseRequest) Reset()
func (*ReleaseRequest) String ¶
func (m *ReleaseRequest) String() string
func (*ReleaseRequest) XXX_DiscardUnknown ¶
func (m *ReleaseRequest) XXX_DiscardUnknown()
func (*ReleaseRequest) XXX_Marshal ¶
func (m *ReleaseRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ReleaseRequest) XXX_Merge ¶
func (m *ReleaseRequest) XXX_Merge(src proto.Message)
func (*ReleaseRequest) XXX_Size ¶
func (m *ReleaseRequest) XXX_Size() int
func (*ReleaseRequest) XXX_Unmarshal ¶
func (m *ReleaseRequest) XXX_Unmarshal(b []byte) error
type ReleaseResponse ¶
type ReleaseResponse struct { Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id"` CreatedAt int64 `protobuf:"varint,2,opt,name=createdAt,proto3" json:"createdAt"` UpdatedAt int64 `protobuf:"varint,3,opt,name=updatedAt,proto3" json:"updatedAt"` AppName string `protobuf:"bytes,4,opt,name=appName,proto3" json:"appName"` ClusterName string `protobuf:"bytes,5,opt,name=clusterName,proto3" json:"clusterName"` NamespaceName string `protobuf:"bytes,6,opt,name=namespaceName,proto3" json:"namespaceName"` Tag string `protobuf:"bytes,7,opt,name=tag,proto3" json:"tag"` Value string `protobuf:"bytes,8,opt,name=value,proto3" json:"value"` Comment string `protobuf:"bytes,9,opt,name=comment,proto3" json:"comment"` Type string `protobuf:"bytes,10,opt,name=type,proto3" json:"type"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ReleaseResponse) Descriptor ¶
func (*ReleaseResponse) Descriptor() ([]byte, []int)
func (*ReleaseResponse) GetAppName ¶
func (m *ReleaseResponse) GetAppName() string
func (*ReleaseResponse) GetClusterName ¶
func (m *ReleaseResponse) GetClusterName() string
func (*ReleaseResponse) GetComment ¶
func (m *ReleaseResponse) GetComment() string
func (*ReleaseResponse) GetCreatedAt ¶
func (m *ReleaseResponse) GetCreatedAt() int64
func (*ReleaseResponse) GetId ¶
func (m *ReleaseResponse) GetId() int64
func (*ReleaseResponse) GetNamespaceName ¶
func (m *ReleaseResponse) GetNamespaceName() string
func (*ReleaseResponse) GetTag ¶
func (m *ReleaseResponse) GetTag() string
func (*ReleaseResponse) GetType ¶
func (m *ReleaseResponse) GetType() string
func (*ReleaseResponse) GetUpdatedAt ¶
func (m *ReleaseResponse) GetUpdatedAt() int64
func (*ReleaseResponse) GetValue ¶
func (m *ReleaseResponse) GetValue() string
func (*ReleaseResponse) ProtoMessage ¶
func (*ReleaseResponse) ProtoMessage()
func (*ReleaseResponse) Reset ¶
func (m *ReleaseResponse) Reset()
func (*ReleaseResponse) String ¶
func (m *ReleaseResponse) String() string
func (*ReleaseResponse) XXX_DiscardUnknown ¶
func (m *ReleaseResponse) XXX_DiscardUnknown()
func (*ReleaseResponse) XXX_Marshal ¶
func (m *ReleaseResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ReleaseResponse) XXX_Merge ¶
func (m *ReleaseResponse) XXX_Merge(src proto.Message)
func (*ReleaseResponse) XXX_Size ¶
func (m *ReleaseResponse) XXX_Size() int
func (*ReleaseResponse) XXX_Unmarshal ¶
func (m *ReleaseResponse) XXX_Unmarshal(b []byte) error
type Request ¶
type Request struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Request) Descriptor ¶
func (*Request) ProtoMessage ¶
func (*Request) ProtoMessage()
func (*Request) XXX_DiscardUnknown ¶
func (m *Request) XXX_DiscardUnknown()
func (*Request) XXX_Marshal ¶
func (*Request) XXX_Unmarshal ¶
type Response ¶
type Response struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Response) Descriptor ¶
func (*Response) ProtoMessage ¶
func (*Response) ProtoMessage()
func (*Response) XXX_DiscardUnknown ¶
func (m *Response) XXX_DiscardUnknown()
func (*Response) XXX_Marshal ¶
func (*Response) XXX_Unmarshal ¶
type UpdateConfigRequest ¶
type UpdateConfigRequest struct { AppName string `protobuf:"bytes,4,opt,name=appName,proto3" json:"appName"` ClusterName string `protobuf:"bytes,5,opt,name=clusterName,proto3" json:"clusterName"` NamespaceName string `protobuf:"bytes,6,opt,name=namespaceName,proto3" json:"namespaceName"` Value string `protobuf:"bytes,8,opt,name=value,proto3" json:"value"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*UpdateConfigRequest) Descriptor ¶
func (*UpdateConfigRequest) Descriptor() ([]byte, []int)
func (*UpdateConfigRequest) GetAppName ¶
func (m *UpdateConfigRequest) GetAppName() string
func (*UpdateConfigRequest) GetClusterName ¶
func (m *UpdateConfigRequest) GetClusterName() string
func (*UpdateConfigRequest) GetNamespaceName ¶
func (m *UpdateConfigRequest) GetNamespaceName() string
func (*UpdateConfigRequest) GetValue ¶
func (m *UpdateConfigRequest) GetValue() string
func (*UpdateConfigRequest) ProtoMessage ¶
func (*UpdateConfigRequest) ProtoMessage()
func (*UpdateConfigRequest) Reset ¶
func (m *UpdateConfigRequest) Reset()
func (*UpdateConfigRequest) String ¶
func (m *UpdateConfigRequest) String() string
func (*UpdateConfigRequest) XXX_DiscardUnknown ¶
func (m *UpdateConfigRequest) XXX_DiscardUnknown()
func (*UpdateConfigRequest) XXX_Marshal ¶
func (m *UpdateConfigRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*UpdateConfigRequest) XXX_Merge ¶
func (m *UpdateConfigRequest) XXX_Merge(src proto.Message)
func (*UpdateConfigRequest) XXX_Size ¶
func (m *UpdateConfigRequest) XXX_Size() int
func (*UpdateConfigRequest) XXX_Unmarshal ¶
func (m *UpdateConfigRequest) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.