mysqlctl

package
v0.10.5 Latest Latest
Warning

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

Go to latest
Published: Jan 10, 2022 License: Apache-2.0 Imports: 9 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrInvalidLengthMysqlctl        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowMysqlctl          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupMysqlctl = fmt.Errorf("proto: unexpected end of group")
)

Functions

func RegisterMysqlCtlServer

func RegisterMysqlCtlServer(s *grpc.Server, srv MysqlCtlServer)

Types

type BackupInfo added in v0.10.0

type BackupInfo struct {
	Name                 string   `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Directory            string   `protobuf:"bytes,2,opt,name=directory,proto3" json:"directory,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

BackupInfo is the read-only attributes of a mysqlctl/backupstorage.BackupHandle.

func (*BackupInfo) Descriptor added in v0.10.0

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

func (*BackupInfo) GetDirectory added in v0.10.0

func (m *BackupInfo) GetDirectory() string

func (*BackupInfo) GetName added in v0.10.0

func (m *BackupInfo) GetName() string

func (*BackupInfo) Marshal added in v0.10.0

func (m *BackupInfo) Marshal() (dAtA []byte, err error)

func (*BackupInfo) MarshalTo added in v0.10.0

func (m *BackupInfo) MarshalTo(dAtA []byte) (int, error)

func (*BackupInfo) MarshalToSizedBuffer added in v0.10.0

func (m *BackupInfo) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*BackupInfo) ProtoMessage added in v0.10.0

func (*BackupInfo) ProtoMessage()

func (*BackupInfo) Reset added in v0.10.0

func (m *BackupInfo) Reset()

func (*BackupInfo) Size added in v0.10.0

func (m *BackupInfo) Size() (n int)

func (*BackupInfo) String added in v0.10.0

func (m *BackupInfo) String() string

func (*BackupInfo) Unmarshal added in v0.10.0

func (m *BackupInfo) Unmarshal(dAtA []byte) error

func (*BackupInfo) XXX_DiscardUnknown added in v0.10.0

func (m *BackupInfo) XXX_DiscardUnknown()

func (*BackupInfo) XXX_Marshal added in v0.10.0

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

func (*BackupInfo) XXX_Merge added in v0.10.0

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

func (*BackupInfo) XXX_Size added in v0.10.0

func (m *BackupInfo) XXX_Size() int

func (*BackupInfo) XXX_Unmarshal added in v0.10.0

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

type MysqlCtlClient

type MysqlCtlClient interface {
	Start(ctx context.Context, in *StartRequest, opts ...grpc.CallOption) (*StartResponse, error)
	Shutdown(ctx context.Context, in *ShutdownRequest, opts ...grpc.CallOption) (*ShutdownResponse, error)
	RunMysqlUpgrade(ctx context.Context, in *RunMysqlUpgradeRequest, opts ...grpc.CallOption) (*RunMysqlUpgradeResponse, error)
	ReinitConfig(ctx context.Context, in *ReinitConfigRequest, opts ...grpc.CallOption) (*ReinitConfigResponse, error)
	RefreshConfig(ctx context.Context, in *RefreshConfigRequest, opts ...grpc.CallOption) (*RefreshConfigResponse, error)
}

MysqlCtlClient is the client API for MysqlCtl service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewMysqlCtlClient

func NewMysqlCtlClient(cc *grpc.ClientConn) MysqlCtlClient

type MysqlCtlServer

MysqlCtlServer is the server API for MysqlCtl service.

type RefreshConfigRequest

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

func (*RefreshConfigRequest) Descriptor

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

func (*RefreshConfigRequest) Marshal added in v0.10.0

func (m *RefreshConfigRequest) Marshal() (dAtA []byte, err error)

func (*RefreshConfigRequest) MarshalTo added in v0.10.0

func (m *RefreshConfigRequest) MarshalTo(dAtA []byte) (int, error)

func (*RefreshConfigRequest) MarshalToSizedBuffer added in v0.10.0

func (m *RefreshConfigRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*RefreshConfigRequest) ProtoMessage

func (*RefreshConfigRequest) ProtoMessage()

func (*RefreshConfigRequest) Reset

func (m *RefreshConfigRequest) Reset()

func (*RefreshConfigRequest) Size added in v0.10.0

func (m *RefreshConfigRequest) Size() (n int)

func (*RefreshConfigRequest) String

func (m *RefreshConfigRequest) String() string

func (*RefreshConfigRequest) Unmarshal added in v0.10.0

func (m *RefreshConfigRequest) Unmarshal(dAtA []byte) error

func (*RefreshConfigRequest) XXX_DiscardUnknown

func (m *RefreshConfigRequest) XXX_DiscardUnknown()

func (*RefreshConfigRequest) XXX_Marshal

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

func (*RefreshConfigRequest) XXX_Merge

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

func (*RefreshConfigRequest) XXX_Size

func (m *RefreshConfigRequest) XXX_Size() int

func (*RefreshConfigRequest) XXX_Unmarshal

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

type RefreshConfigResponse

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

func (*RefreshConfigResponse) Descriptor

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

func (*RefreshConfigResponse) Marshal added in v0.10.0

func (m *RefreshConfigResponse) Marshal() (dAtA []byte, err error)

func (*RefreshConfigResponse) MarshalTo added in v0.10.0

func (m *RefreshConfigResponse) MarshalTo(dAtA []byte) (int, error)

func (*RefreshConfigResponse) MarshalToSizedBuffer added in v0.10.0

func (m *RefreshConfigResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*RefreshConfigResponse) ProtoMessage

func (*RefreshConfigResponse) ProtoMessage()

func (*RefreshConfigResponse) Reset

func (m *RefreshConfigResponse) Reset()

func (*RefreshConfigResponse) Size added in v0.10.0

func (m *RefreshConfigResponse) Size() (n int)

func (*RefreshConfigResponse) String

func (m *RefreshConfigResponse) String() string

func (*RefreshConfigResponse) Unmarshal added in v0.10.0

func (m *RefreshConfigResponse) Unmarshal(dAtA []byte) error

func (*RefreshConfigResponse) XXX_DiscardUnknown

func (m *RefreshConfigResponse) XXX_DiscardUnknown()

func (*RefreshConfigResponse) XXX_Marshal

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

func (*RefreshConfigResponse) XXX_Merge

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

func (*RefreshConfigResponse) XXX_Size

func (m *RefreshConfigResponse) XXX_Size() int

func (*RefreshConfigResponse) XXX_Unmarshal

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

type ReinitConfigRequest

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

func (*ReinitConfigRequest) Descriptor

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

func (*ReinitConfigRequest) Marshal added in v0.10.0

func (m *ReinitConfigRequest) Marshal() (dAtA []byte, err error)

func (*ReinitConfigRequest) MarshalTo added in v0.10.0

func (m *ReinitConfigRequest) MarshalTo(dAtA []byte) (int, error)

func (*ReinitConfigRequest) MarshalToSizedBuffer added in v0.10.0

func (m *ReinitConfigRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ReinitConfigRequest) ProtoMessage

func (*ReinitConfigRequest) ProtoMessage()

func (*ReinitConfigRequest) Reset

func (m *ReinitConfigRequest) Reset()

func (*ReinitConfigRequest) Size added in v0.10.0

func (m *ReinitConfigRequest) Size() (n int)

func (*ReinitConfigRequest) String

func (m *ReinitConfigRequest) String() string

func (*ReinitConfigRequest) Unmarshal added in v0.10.0

func (m *ReinitConfigRequest) Unmarshal(dAtA []byte) error

func (*ReinitConfigRequest) XXX_DiscardUnknown

func (m *ReinitConfigRequest) XXX_DiscardUnknown()

func (*ReinitConfigRequest) XXX_Marshal

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

func (*ReinitConfigRequest) XXX_Merge

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

func (*ReinitConfigRequest) XXX_Size

func (m *ReinitConfigRequest) XXX_Size() int

func (*ReinitConfigRequest) XXX_Unmarshal

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

type ReinitConfigResponse

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

func (*ReinitConfigResponse) Descriptor

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

func (*ReinitConfigResponse) Marshal added in v0.10.0

func (m *ReinitConfigResponse) Marshal() (dAtA []byte, err error)

func (*ReinitConfigResponse) MarshalTo added in v0.10.0

func (m *ReinitConfigResponse) MarshalTo(dAtA []byte) (int, error)

func (*ReinitConfigResponse) MarshalToSizedBuffer added in v0.10.0

func (m *ReinitConfigResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ReinitConfigResponse) ProtoMessage

func (*ReinitConfigResponse) ProtoMessage()

func (*ReinitConfigResponse) Reset

func (m *ReinitConfigResponse) Reset()

func (*ReinitConfigResponse) Size added in v0.10.0

func (m *ReinitConfigResponse) Size() (n int)

func (*ReinitConfigResponse) String

func (m *ReinitConfigResponse) String() string

func (*ReinitConfigResponse) Unmarshal added in v0.10.0

func (m *ReinitConfigResponse) Unmarshal(dAtA []byte) error

func (*ReinitConfigResponse) XXX_DiscardUnknown

func (m *ReinitConfigResponse) XXX_DiscardUnknown()

func (*ReinitConfigResponse) XXX_Marshal

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

func (*ReinitConfigResponse) XXX_Merge

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

func (*ReinitConfigResponse) XXX_Size

func (m *ReinitConfigResponse) XXX_Size() int

func (*ReinitConfigResponse) XXX_Unmarshal

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

type RunMysqlUpgradeRequest

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

func (*RunMysqlUpgradeRequest) Descriptor

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

func (*RunMysqlUpgradeRequest) Marshal added in v0.10.0

func (m *RunMysqlUpgradeRequest) Marshal() (dAtA []byte, err error)

func (*RunMysqlUpgradeRequest) MarshalTo added in v0.10.0

func (m *RunMysqlUpgradeRequest) MarshalTo(dAtA []byte) (int, error)

func (*RunMysqlUpgradeRequest) MarshalToSizedBuffer added in v0.10.0

func (m *RunMysqlUpgradeRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*RunMysqlUpgradeRequest) ProtoMessage

func (*RunMysqlUpgradeRequest) ProtoMessage()

func (*RunMysqlUpgradeRequest) Reset

func (m *RunMysqlUpgradeRequest) Reset()

func (*RunMysqlUpgradeRequest) Size added in v0.10.0

func (m *RunMysqlUpgradeRequest) Size() (n int)

func (*RunMysqlUpgradeRequest) String

func (m *RunMysqlUpgradeRequest) String() string

func (*RunMysqlUpgradeRequest) Unmarshal added in v0.10.0

func (m *RunMysqlUpgradeRequest) Unmarshal(dAtA []byte) error

func (*RunMysqlUpgradeRequest) XXX_DiscardUnknown

func (m *RunMysqlUpgradeRequest) XXX_DiscardUnknown()

func (*RunMysqlUpgradeRequest) XXX_Marshal

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

func (*RunMysqlUpgradeRequest) XXX_Merge

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

func (*RunMysqlUpgradeRequest) XXX_Size

func (m *RunMysqlUpgradeRequest) XXX_Size() int

func (*RunMysqlUpgradeRequest) XXX_Unmarshal

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

type RunMysqlUpgradeResponse

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

func (*RunMysqlUpgradeResponse) Descriptor

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

func (*RunMysqlUpgradeResponse) Marshal added in v0.10.0

func (m *RunMysqlUpgradeResponse) Marshal() (dAtA []byte, err error)

func (*RunMysqlUpgradeResponse) MarshalTo added in v0.10.0

func (m *RunMysqlUpgradeResponse) MarshalTo(dAtA []byte) (int, error)

func (*RunMysqlUpgradeResponse) MarshalToSizedBuffer added in v0.10.0

func (m *RunMysqlUpgradeResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*RunMysqlUpgradeResponse) ProtoMessage

func (*RunMysqlUpgradeResponse) ProtoMessage()

func (*RunMysqlUpgradeResponse) Reset

func (m *RunMysqlUpgradeResponse) Reset()

func (*RunMysqlUpgradeResponse) Size added in v0.10.0

func (m *RunMysqlUpgradeResponse) Size() (n int)

func (*RunMysqlUpgradeResponse) String

func (m *RunMysqlUpgradeResponse) String() string

func (*RunMysqlUpgradeResponse) Unmarshal added in v0.10.0

func (m *RunMysqlUpgradeResponse) Unmarshal(dAtA []byte) error

func (*RunMysqlUpgradeResponse) XXX_DiscardUnknown

func (m *RunMysqlUpgradeResponse) XXX_DiscardUnknown()

func (*RunMysqlUpgradeResponse) XXX_Marshal

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

func (*RunMysqlUpgradeResponse) XXX_Merge

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

func (*RunMysqlUpgradeResponse) XXX_Size

func (m *RunMysqlUpgradeResponse) XXX_Size() int

func (*RunMysqlUpgradeResponse) XXX_Unmarshal

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

type ShutdownRequest

type ShutdownRequest struct {
	WaitForMysqld        bool     `protobuf:"varint,1,opt,name=wait_for_mysqld,json=waitForMysqld,proto3" json:"wait_for_mysqld,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ShutdownRequest) Descriptor

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

func (*ShutdownRequest) GetWaitForMysqld

func (m *ShutdownRequest) GetWaitForMysqld() bool

func (*ShutdownRequest) Marshal added in v0.10.0

func (m *ShutdownRequest) Marshal() (dAtA []byte, err error)

func (*ShutdownRequest) MarshalTo added in v0.10.0

func (m *ShutdownRequest) MarshalTo(dAtA []byte) (int, error)

func (*ShutdownRequest) MarshalToSizedBuffer added in v0.10.0

func (m *ShutdownRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ShutdownRequest) ProtoMessage

func (*ShutdownRequest) ProtoMessage()

func (*ShutdownRequest) Reset

func (m *ShutdownRequest) Reset()

func (*ShutdownRequest) Size added in v0.10.0

func (m *ShutdownRequest) Size() (n int)

func (*ShutdownRequest) String

func (m *ShutdownRequest) String() string

func (*ShutdownRequest) Unmarshal added in v0.10.0

func (m *ShutdownRequest) Unmarshal(dAtA []byte) error

func (*ShutdownRequest) XXX_DiscardUnknown

func (m *ShutdownRequest) XXX_DiscardUnknown()

func (*ShutdownRequest) XXX_Marshal

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

func (*ShutdownRequest) XXX_Merge

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

func (*ShutdownRequest) XXX_Size

func (m *ShutdownRequest) XXX_Size() int

func (*ShutdownRequest) XXX_Unmarshal

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

type ShutdownResponse

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

func (*ShutdownResponse) Descriptor

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

func (*ShutdownResponse) Marshal added in v0.10.0

func (m *ShutdownResponse) Marshal() (dAtA []byte, err error)

func (*ShutdownResponse) MarshalTo added in v0.10.0

func (m *ShutdownResponse) MarshalTo(dAtA []byte) (int, error)

func (*ShutdownResponse) MarshalToSizedBuffer added in v0.10.0

func (m *ShutdownResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ShutdownResponse) ProtoMessage

func (*ShutdownResponse) ProtoMessage()

func (*ShutdownResponse) Reset

func (m *ShutdownResponse) Reset()

func (*ShutdownResponse) Size added in v0.10.0

func (m *ShutdownResponse) Size() (n int)

func (*ShutdownResponse) String

func (m *ShutdownResponse) String() string

func (*ShutdownResponse) Unmarshal added in v0.10.0

func (m *ShutdownResponse) Unmarshal(dAtA []byte) error

func (*ShutdownResponse) XXX_DiscardUnknown

func (m *ShutdownResponse) XXX_DiscardUnknown()

func (*ShutdownResponse) XXX_Marshal

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

func (*ShutdownResponse) XXX_Merge

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

func (*ShutdownResponse) XXX_Size

func (m *ShutdownResponse) XXX_Size() int

func (*ShutdownResponse) XXX_Unmarshal

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

type StartRequest

type StartRequest struct {
	MysqldArgs           []string `protobuf:"bytes,1,rep,name=mysqld_args,json=mysqldArgs,proto3" json:"mysqld_args,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*StartRequest) Descriptor

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

func (*StartRequest) GetMysqldArgs

func (m *StartRequest) GetMysqldArgs() []string

func (*StartRequest) Marshal added in v0.10.0

func (m *StartRequest) Marshal() (dAtA []byte, err error)

func (*StartRequest) MarshalTo added in v0.10.0

func (m *StartRequest) MarshalTo(dAtA []byte) (int, error)

func (*StartRequest) MarshalToSizedBuffer added in v0.10.0

func (m *StartRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*StartRequest) ProtoMessage

func (*StartRequest) ProtoMessage()

func (*StartRequest) Reset

func (m *StartRequest) Reset()

func (*StartRequest) Size added in v0.10.0

func (m *StartRequest) Size() (n int)

func (*StartRequest) String

func (m *StartRequest) String() string

func (*StartRequest) Unmarshal added in v0.10.0

func (m *StartRequest) Unmarshal(dAtA []byte) error

func (*StartRequest) XXX_DiscardUnknown

func (m *StartRequest) XXX_DiscardUnknown()

func (*StartRequest) XXX_Marshal

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

func (*StartRequest) XXX_Merge

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

func (*StartRequest) XXX_Size

func (m *StartRequest) XXX_Size() int

func (*StartRequest) XXX_Unmarshal

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

type StartResponse

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

func (*StartResponse) Descriptor

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

func (*StartResponse) Marshal added in v0.10.0

func (m *StartResponse) Marshal() (dAtA []byte, err error)

func (*StartResponse) MarshalTo added in v0.10.0

func (m *StartResponse) MarshalTo(dAtA []byte) (int, error)

func (*StartResponse) MarshalToSizedBuffer added in v0.10.0

func (m *StartResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*StartResponse) ProtoMessage

func (*StartResponse) ProtoMessage()

func (*StartResponse) Reset

func (m *StartResponse) Reset()

func (*StartResponse) Size added in v0.10.0

func (m *StartResponse) Size() (n int)

func (*StartResponse) String

func (m *StartResponse) String() string

func (*StartResponse) Unmarshal added in v0.10.0

func (m *StartResponse) Unmarshal(dAtA []byte) error

func (*StartResponse) XXX_DiscardUnknown

func (m *StartResponse) XXX_DiscardUnknown()

func (*StartResponse) XXX_Marshal

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

func (*StartResponse) XXX_Merge

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

func (*StartResponse) XXX_Size

func (m *StartResponse) XXX_Size() int

func (*StartResponse) XXX_Unmarshal

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

type UnimplementedMysqlCtlServer

type UnimplementedMysqlCtlServer struct {
}

UnimplementedMysqlCtlServer can be embedded to have forward compatible implementations.

func (*UnimplementedMysqlCtlServer) RefreshConfig

func (*UnimplementedMysqlCtlServer) ReinitConfig

func (*UnimplementedMysqlCtlServer) RunMysqlUpgrade

func (*UnimplementedMysqlCtlServer) Shutdown

func (*UnimplementedMysqlCtlServer) Start

Jump to

Keyboard shortcuts

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