Versions in this module Expand all Collapse all v1 v1.4.0 Nov 4, 2021 Changes in this version + var File_mysql_proto protoreflect.FileDescriptor + func AddonMySQLServiceClientType() reflect.Type + func AddonMySQLServiceHandlerType() reflect.Type + func AddonMySQLServiceServerType() reflect.Type + func RegisterAddonMySQLServiceHandler(r http.Router, srv AddonMySQLServiceHandler, opts ...http.HandleOption) + func RegisterAddonMySQLServiceImp(regester transport.Register, srv AddonMySQLServiceServer, ...) + func RegisterAddonMySQLServiceServer(s grpc1.ServiceRegistrar, srv AddonMySQLServiceServer, ...) + func ServiceNames(svr ...string) []string + func Types() []reflect.Type + type AddonMySQLServiceClient interface + DeleteMySQLAccount func(ctx context.Context, in *DeleteMySQLAccountRequest, opts ...grpc.CallOption) (*DeleteMySQLAccountResponse, error) + GenerateMySQLAccount func(ctx context.Context, in *GenerateMySQLAccountRequest, opts ...grpc.CallOption) (*GenerateMySQLAccountResponse, error) + ListAttachment func(ctx context.Context, in *ListAttachmentRequest, opts ...grpc.CallOption) (*ListAttachmentResponse, error) + ListMySQLAccount func(ctx context.Context, in *ListMySQLAccountRequest, opts ...grpc.CallOption) (*ListMySQLAccountResponse, error) + UpdateAttachmentAccount func(ctx context.Context, in *UpdateAttachmentAccountRequest, ...) (*UpdateAttachmentAccountResponse, error) + func NewAddonMySQLServiceClient(cc grpc1.ClientConnInterface) AddonMySQLServiceClient + type AddonMySQLServiceHandler interface + DeleteMySQLAccount func(context.Context, *DeleteMySQLAccountRequest) (*DeleteMySQLAccountResponse, error) + GenerateMySQLAccount func(context.Context, *GenerateMySQLAccountRequest) (*GenerateMySQLAccountResponse, error) + ListAttachment func(context.Context, *ListAttachmentRequest) (*ListAttachmentResponse, error) + ListMySQLAccount func(context.Context, *ListMySQLAccountRequest) (*ListMySQLAccountResponse, error) + UpdateAttachmentAccount func(context.Context, *UpdateAttachmentAccountRequest) (*UpdateAttachmentAccountResponse, error) + type AddonMySQLServiceServer interface + DeleteMySQLAccount func(context.Context, *DeleteMySQLAccountRequest) (*DeleteMySQLAccountResponse, error) + GenerateMySQLAccount func(context.Context, *GenerateMySQLAccountRequest) (*GenerateMySQLAccountResponse, error) + ListAttachment func(context.Context, *ListAttachmentRequest) (*ListAttachmentResponse, error) + ListMySQLAccount func(context.Context, *ListMySQLAccountRequest) (*ListMySQLAccountResponse, error) + UpdateAttachmentAccount func(context.Context, *UpdateAttachmentAccountRequest) (*UpdateAttachmentAccountResponse, error) + type Attachment struct + AccountId string + AccountState string + AppId string + Configs map[string]string + Id uint64 + InstanceId string + PreAccountId string + RuntimeId string + RuntimeName string + func (*Attachment) Descriptor() ([]byte, []int) + func (*Attachment) ProtoMessage() + func (m *Attachment) MarshalJSON() ([]byte, error) + func (m *Attachment) UnmarshalJSON(b []byte) error + func (m *Attachment) UnmarshalURLValues(prefix string, values url.Values) error + func (this *Attachment) Validate() error + func (x *Attachment) GetAccountId() string + func (x *Attachment) GetAccountState() string + func (x *Attachment) GetAppId() string + func (x *Attachment) GetConfigs() map[string]string + func (x *Attachment) GetId() uint64 + func (x *Attachment) GetInstanceId() string + func (x *Attachment) GetPreAccountId() string + func (x *Attachment) GetRuntimeId() string + func (x *Attachment) GetRuntimeName() string + func (x *Attachment) ProtoReflect() protoreflect.Message + func (x *Attachment) Reset() + func (x *Attachment) String() string + type DeleteMySQLAccountRequest struct + Id string + InstanceId string + func (*DeleteMySQLAccountRequest) Descriptor() ([]byte, []int) + func (*DeleteMySQLAccountRequest) ProtoMessage() + func (m *DeleteMySQLAccountRequest) MarshalJSON() ([]byte, error) + func (m *DeleteMySQLAccountRequest) UnmarshalJSON(b []byte) error + func (m *DeleteMySQLAccountRequest) UnmarshalURLValues(prefix string, values url.Values) error + func (this *DeleteMySQLAccountRequest) Validate() error + func (x *DeleteMySQLAccountRequest) GetId() string + func (x *DeleteMySQLAccountRequest) GetInstanceId() string + func (x *DeleteMySQLAccountRequest) ProtoReflect() protoreflect.Message + func (x *DeleteMySQLAccountRequest) Reset() + func (x *DeleteMySQLAccountRequest) String() string + type DeleteMySQLAccountResponse struct + func (*DeleteMySQLAccountResponse) Descriptor() ([]byte, []int) + func (*DeleteMySQLAccountResponse) ProtoMessage() + func (m *DeleteMySQLAccountResponse) MarshalJSON() ([]byte, error) + func (m *DeleteMySQLAccountResponse) UnmarshalJSON(b []byte) error + func (m *DeleteMySQLAccountResponse) UnmarshalURLValues(prefix string, values url.Values) error + func (this *DeleteMySQLAccountResponse) Validate() error + func (x *DeleteMySQLAccountResponse) ProtoReflect() protoreflect.Message + func (x *DeleteMySQLAccountResponse) Reset() + func (x *DeleteMySQLAccountResponse) String() string + type GenerateMySQLAccountRequest struct + InstanceId string + UserID string + func (*GenerateMySQLAccountRequest) Descriptor() ([]byte, []int) + func (*GenerateMySQLAccountRequest) ProtoMessage() + func (m *GenerateMySQLAccountRequest) MarshalJSON() ([]byte, error) + func (m *GenerateMySQLAccountRequest) UnmarshalJSON(b []byte) error + func (m *GenerateMySQLAccountRequest) UnmarshalURLValues(prefix string, values url.Values) error + func (this *GenerateMySQLAccountRequest) Validate() error + func (x *GenerateMySQLAccountRequest) GetInstanceId() string + func (x *GenerateMySQLAccountRequest) GetUserID() string + func (x *GenerateMySQLAccountRequest) ProtoReflect() protoreflect.Message + func (x *GenerateMySQLAccountRequest) Reset() + func (x *GenerateMySQLAccountRequest) String() string + type GenerateMySQLAccountResponse struct + Account *MySQLAccount + func (*GenerateMySQLAccountResponse) Descriptor() ([]byte, []int) + func (*GenerateMySQLAccountResponse) ProtoMessage() + func (m *GenerateMySQLAccountResponse) MarshalJSON() ([]byte, error) + func (m *GenerateMySQLAccountResponse) UnmarshalJSON(b []byte) error + func (m *GenerateMySQLAccountResponse) UnmarshalURLValues(prefix string, values url.Values) error + func (this *GenerateMySQLAccountResponse) Validate() error + func (x *GenerateMySQLAccountResponse) GetAccount() *MySQLAccount + func (x *GenerateMySQLAccountResponse) ProtoReflect() protoreflect.Message + func (x *GenerateMySQLAccountResponse) Reset() + func (x *GenerateMySQLAccountResponse) String() string + type ListAttachmentRequest struct + InstanceId string + func (*ListAttachmentRequest) Descriptor() ([]byte, []int) + func (*ListAttachmentRequest) ProtoMessage() + func (m *ListAttachmentRequest) MarshalJSON() ([]byte, error) + func (m *ListAttachmentRequest) UnmarshalJSON(b []byte) error + func (m *ListAttachmentRequest) UnmarshalURLValues(prefix string, values url.Values) error + func (this *ListAttachmentRequest) Validate() error + func (x *ListAttachmentRequest) GetInstanceId() string + func (x *ListAttachmentRequest) ProtoReflect() protoreflect.Message + func (x *ListAttachmentRequest) Reset() + func (x *ListAttachmentRequest) String() string + type ListAttachmentResponse struct + Attachments []*Attachment + func (*ListAttachmentResponse) Descriptor() ([]byte, []int) + func (*ListAttachmentResponse) ProtoMessage() + func (m *ListAttachmentResponse) MarshalJSON() ([]byte, error) + func (m *ListAttachmentResponse) UnmarshalJSON(b []byte) error + func (m *ListAttachmentResponse) UnmarshalURLValues(prefix string, values url.Values) error + func (this *ListAttachmentResponse) Validate() error + func (x *ListAttachmentResponse) GetAttachments() []*Attachment + func (x *ListAttachmentResponse) ProtoReflect() protoreflect.Message + func (x *ListAttachmentResponse) Reset() + func (x *ListAttachmentResponse) String() string + type ListMySQLAccountRequest struct + InstanceId string + func (*ListMySQLAccountRequest) Descriptor() ([]byte, []int) + func (*ListMySQLAccountRequest) ProtoMessage() + func (m *ListMySQLAccountRequest) MarshalJSON() ([]byte, error) + func (m *ListMySQLAccountRequest) UnmarshalJSON(b []byte) error + func (m *ListMySQLAccountRequest) UnmarshalURLValues(prefix string, values url.Values) error + func (this *ListMySQLAccountRequest) Validate() error + func (x *ListMySQLAccountRequest) GetInstanceId() string + func (x *ListMySQLAccountRequest) ProtoReflect() protoreflect.Message + func (x *ListMySQLAccountRequest) Reset() + func (x *ListMySQLAccountRequest) String() string + type ListMySQLAccountResponse struct + Accounts []*MySQLAccount + func (*ListMySQLAccountResponse) Descriptor() ([]byte, []int) + func (*ListMySQLAccountResponse) ProtoMessage() + func (m *ListMySQLAccountResponse) MarshalJSON() ([]byte, error) + func (m *ListMySQLAccountResponse) UnmarshalJSON(b []byte) error + func (m *ListMySQLAccountResponse) UnmarshalURLValues(prefix string, values url.Values) error + func (this *ListMySQLAccountResponse) Validate() error + func (x *ListMySQLAccountResponse) GetAccounts() []*MySQLAccount + func (x *ListMySQLAccountResponse) ProtoReflect() protoreflect.Message + func (x *ListMySQLAccountResponse) Reset() + func (x *ListMySQLAccountResponse) String() string + type MySQLAccount struct + CreateAt *timestamppb.Timestamp + Creator string + Id string + InstanceId string + Password string + Username string + func (*MySQLAccount) Descriptor() ([]byte, []int) + func (*MySQLAccount) ProtoMessage() + func (m *MySQLAccount) MarshalJSON() ([]byte, error) + func (m *MySQLAccount) UnmarshalJSON(b []byte) error + func (m *MySQLAccount) UnmarshalURLValues(prefix string, values url.Values) error + func (this *MySQLAccount) Validate() error + func (x *MySQLAccount) GetCreateAt() *timestamppb.Timestamp + func (x *MySQLAccount) GetCreator() string + func (x *MySQLAccount) GetId() string + func (x *MySQLAccount) GetInstanceId() string + func (x *MySQLAccount) GetPassword() string + func (x *MySQLAccount) GetUsername() string + func (x *MySQLAccount) ProtoReflect() protoreflect.Message + func (x *MySQLAccount) Reset() + func (x *MySQLAccount) String() string + type UnimplementedAddonMySQLServiceServer struct + func (*UnimplementedAddonMySQLServiceServer) DeleteMySQLAccount(context.Context, *DeleteMySQLAccountRequest) (*DeleteMySQLAccountResponse, error) + func (*UnimplementedAddonMySQLServiceServer) GenerateMySQLAccount(context.Context, *GenerateMySQLAccountRequest) (*GenerateMySQLAccountResponse, error) + func (*UnimplementedAddonMySQLServiceServer) ListAttachment(context.Context, *ListAttachmentRequest) (*ListAttachmentResponse, error) + func (*UnimplementedAddonMySQLServiceServer) ListMySQLAccount(context.Context, *ListMySQLAccountRequest) (*ListMySQLAccountResponse, error) + func (*UnimplementedAddonMySQLServiceServer) UpdateAttachmentAccount(context.Context, *UpdateAttachmentAccountRequest) (*UpdateAttachmentAccountResponse, error) + type UpdateAttachmentAccountRequest struct + AccountId string + Id uint64 + InstanceId string + func (*UpdateAttachmentAccountRequest) Descriptor() ([]byte, []int) + func (*UpdateAttachmentAccountRequest) ProtoMessage() + func (m *UpdateAttachmentAccountRequest) MarshalJSON() ([]byte, error) + func (m *UpdateAttachmentAccountRequest) UnmarshalJSON(b []byte) error + func (m *UpdateAttachmentAccountRequest) UnmarshalURLValues(prefix string, values url.Values) error + func (this *UpdateAttachmentAccountRequest) Validate() error + func (x *UpdateAttachmentAccountRequest) GetAccountId() string + func (x *UpdateAttachmentAccountRequest) GetId() uint64 + func (x *UpdateAttachmentAccountRequest) GetInstanceId() string + func (x *UpdateAttachmentAccountRequest) ProtoReflect() protoreflect.Message + func (x *UpdateAttachmentAccountRequest) Reset() + func (x *UpdateAttachmentAccountRequest) String() string + type UpdateAttachmentAccountResponse struct + func (*UpdateAttachmentAccountResponse) Descriptor() ([]byte, []int) + func (*UpdateAttachmentAccountResponse) ProtoMessage() + func (m *UpdateAttachmentAccountResponse) MarshalJSON() ([]byte, error) + func (m *UpdateAttachmentAccountResponse) UnmarshalJSON(b []byte) error + func (m *UpdateAttachmentAccountResponse) UnmarshalURLValues(prefix string, values url.Values) error + func (this *UpdateAttachmentAccountResponse) Validate() error + func (x *UpdateAttachmentAccountResponse) ProtoReflect() protoreflect.Message + func (x *UpdateAttachmentAccountResponse) Reset() + func (x *UpdateAttachmentAccountResponse) String() string