config

package
v0.0.0-...-3226e9d Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 6, 2020 License: MIT Imports: 6 Imported by: 0

Documentation

Index

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 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) Descriptor() ([]byte, []int)

func (*Request) ProtoMessage

func (*Request) ProtoMessage()

func (*Request) Reset

func (m *Request) Reset()

func (*Request) String

func (m *Request) String() string

func (*Request) XXX_DiscardUnknown

func (m *Request) XXX_DiscardUnknown()

func (*Request) XXX_Marshal

func (m *Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Request) XXX_Merge

func (m *Request) XXX_Merge(src proto.Message)

func (*Request) XXX_Size

func (m *Request) XXX_Size() int

func (*Request) XXX_Unmarshal

func (m *Request) XXX_Unmarshal(b []byte) error

type Response

type Response struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Response) Descriptor

func (*Response) Descriptor() ([]byte, []int)

func (*Response) ProtoMessage

func (*Response) ProtoMessage()

func (*Response) Reset

func (m *Response) Reset()

func (*Response) String

func (m *Response) String() string

func (*Response) XXX_DiscardUnknown

func (m *Response) XXX_DiscardUnknown()

func (*Response) XXX_Marshal

func (m *Response) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Response) XXX_Merge

func (m *Response) XXX_Merge(src proto.Message)

func (*Response) XXX_Size

func (m *Response) XXX_Size() int

func (*Response) XXX_Unmarshal

func (m *Response) XXX_Unmarshal(b []byte) error

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL