cloudc

package
v0.0.42 Latest Latest
Warning

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

Go to latest
Published: Apr 23, 2024 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

View Source
const (
	CloudCService_SlsConfigSet_FullMethodName        = "/cloudc.CloudCService/SlsConfigSet"
	CloudCService_SlsConfigGet_FullMethodName        = "/cloudc.CloudCService/SlsConfigGet"
	CloudCService_SlsConfigGetAll_FullMethodName     = "/cloudc.CloudCService/SlsConfigGetAll"
	CloudCService_SystemConfigSet_FullMethodName     = "/cloudc.CloudCService/SystemConfigSet"
	CloudCService_SystemConfigGet_FullMethodName     = "/cloudc.CloudCService/SystemConfigGet"
	CloudCService_SystemConfigGetAll_FullMethodName  = "/cloudc.CloudCService/SystemConfigGetAll"
	CloudCService_CaptchaConfigSet_FullMethodName    = "/cloudc.CloudCService/CaptchaConfigSet"
	CloudCService_CaptchaConfigGet_FullMethodName    = "/cloudc.CloudCService/CaptchaConfigGet"
	CloudCService_CaptchaConfigGetAll_FullMethodName = "/cloudc.CloudCService/CaptchaConfigGetAll"
	CloudCService_DouyinConfigSet_FullMethodName     = "/cloudc.CloudCService/DouyinConfigSet"
	CloudCService_DouyinConfigGet_FullMethodName     = "/cloudc.CloudCService/DouyinConfigGet"
	CloudCService_DouyinConfigGetAll_FullMethodName  = "/cloudc.CloudCService/DouyinConfigGetAll"
	CloudCService_WechatConfigSet_FullMethodName     = "/cloudc.CloudCService/WechatConfigSet"
	CloudCService_WechatConfigGet_FullMethodName     = "/cloudc.CloudCService/WechatConfigGet"
	CloudCService_WechatConfigGetAll_FullMethodName  = "/cloudc.CloudCService/WechatConfigGetAll"
	CloudCService_SmsConfigSet_FullMethodName        = "/cloudc.CloudCService/SmsConfigSet"
	CloudCService_SmsConfigGet_FullMethodName        = "/cloudc.CloudCService/SmsConfigGet"
	CloudCService_SmsConfigGetAll_FullMethodName     = "/cloudc.CloudCService/SmsConfigGetAll"
	CloudCService_EmsConfigSet_FullMethodName        = "/cloudc.CloudCService/EmsConfigSet"
	CloudCService_EmsConfigGet_FullMethodName        = "/cloudc.CloudCService/EmsConfigGet"
	CloudCService_EmsConfigGetAll_FullMethodName     = "/cloudc.CloudCService/EmsConfigGetAll"
	CloudCService_OssConfigSet_FullMethodName        = "/cloudc.CloudCService/OssConfigSet"
	CloudCService_OssConfigGet_FullMethodName        = "/cloudc.CloudCService/OssConfigGet"
	CloudCService_OssConfigGetAll_FullMethodName     = "/cloudc.CloudCService/OssConfigGetAll"
)

Variables

View Source
var CloudCService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "cloudc.CloudCService",
	HandlerType: (*CloudCServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "SlsConfigSet",
			Handler:    _CloudCService_SlsConfigSet_Handler,
		},
		{
			MethodName: "SlsConfigGet",
			Handler:    _CloudCService_SlsConfigGet_Handler,
		},
		{
			MethodName: "SlsConfigGetAll",
			Handler:    _CloudCService_SlsConfigGetAll_Handler,
		},
		{
			MethodName: "SystemConfigSet",
			Handler:    _CloudCService_SystemConfigSet_Handler,
		},
		{
			MethodName: "SystemConfigGet",
			Handler:    _CloudCService_SystemConfigGet_Handler,
		},
		{
			MethodName: "SystemConfigGetAll",
			Handler:    _CloudCService_SystemConfigGetAll_Handler,
		},
		{
			MethodName: "CaptchaConfigSet",
			Handler:    _CloudCService_CaptchaConfigSet_Handler,
		},
		{
			MethodName: "CaptchaConfigGet",
			Handler:    _CloudCService_CaptchaConfigGet_Handler,
		},
		{
			MethodName: "CaptchaConfigGetAll",
			Handler:    _CloudCService_CaptchaConfigGetAll_Handler,
		},
		{
			MethodName: "DouyinConfigSet",
			Handler:    _CloudCService_DouyinConfigSet_Handler,
		},
		{
			MethodName: "DouyinConfigGet",
			Handler:    _CloudCService_DouyinConfigGet_Handler,
		},
		{
			MethodName: "DouyinConfigGetAll",
			Handler:    _CloudCService_DouyinConfigGetAll_Handler,
		},
		{
			MethodName: "WechatConfigSet",
			Handler:    _CloudCService_WechatConfigSet_Handler,
		},
		{
			MethodName: "WechatConfigGet",
			Handler:    _CloudCService_WechatConfigGet_Handler,
		},
		{
			MethodName: "WechatConfigGetAll",
			Handler:    _CloudCService_WechatConfigGetAll_Handler,
		},
		{
			MethodName: "SmsConfigSet",
			Handler:    _CloudCService_SmsConfigSet_Handler,
		},
		{
			MethodName: "SmsConfigGet",
			Handler:    _CloudCService_SmsConfigGet_Handler,
		},
		{
			MethodName: "SmsConfigGetAll",
			Handler:    _CloudCService_SmsConfigGetAll_Handler,
		},
		{
			MethodName: "EmsConfigSet",
			Handler:    _CloudCService_EmsConfigSet_Handler,
		},
		{
			MethodName: "EmsConfigGet",
			Handler:    _CloudCService_EmsConfigGet_Handler,
		},
		{
			MethodName: "EmsConfigGetAll",
			Handler:    _CloudCService_EmsConfigGetAll_Handler,
		},
		{
			MethodName: "OssConfigSet",
			Handler:    _CloudCService_OssConfigSet_Handler,
		},
		{
			MethodName: "OssConfigGet",
			Handler:    _CloudCService_OssConfigGet_Handler,
		},
		{
			MethodName: "OssConfigGetAll",
			Handler:    _CloudCService_OssConfigGetAll_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "cloudc.proto",
}

CloudCService_ServiceDesc is the grpc.ServiceDesc for CloudCService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var File_cloudc_proto protoreflect.FileDescriptor

Functions

func RegisterCloudCServiceServer

func RegisterCloudCServiceServer(s grpc.ServiceRegistrar, srv CloudCServiceServer)

Types

type CaptchaConfigGetAllResp added in v0.0.2

type CaptchaConfigGetAllResp struct {
	Code      int32                        `protobuf:"varint,1,opt,name=code,proto3" json:"code,omitempty"`
	Msg       string                       `protobuf:"bytes,2,opt,name=msg,proto3" json:"msg,omitempty"`
	RequestID string                       `protobuf:"bytes,3,opt,name=requestID,proto3" json:"requestID,omitempty"`
	Path      string                       `protobuf:"bytes,4,opt,name=path,proto3" json:"path,omitempty"`
	Data      *CaptchaConfigGetAllRespData `protobuf:"bytes,5,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*CaptchaConfigGetAllResp) Descriptor deprecated added in v0.0.2

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

Deprecated: Use CaptchaConfigGetAllResp.ProtoReflect.Descriptor instead.

func (*CaptchaConfigGetAllResp) GetCode added in v0.0.2

func (x *CaptchaConfigGetAllResp) GetCode() int32

func (*CaptchaConfigGetAllResp) GetData added in v0.0.2

func (*CaptchaConfigGetAllResp) GetMsg added in v0.0.2

func (x *CaptchaConfigGetAllResp) GetMsg() string

func (*CaptchaConfigGetAllResp) GetPath added in v0.0.2

func (x *CaptchaConfigGetAllResp) GetPath() string

func (*CaptchaConfigGetAllResp) GetRequestID added in v0.0.2

func (x *CaptchaConfigGetAllResp) GetRequestID() string

func (*CaptchaConfigGetAllResp) ProtoMessage added in v0.0.2

func (*CaptchaConfigGetAllResp) ProtoMessage()

func (*CaptchaConfigGetAllResp) ProtoReflect added in v0.0.2

func (x *CaptchaConfigGetAllResp) ProtoReflect() protoreflect.Message

func (*CaptchaConfigGetAllResp) Reset added in v0.0.2

func (x *CaptchaConfigGetAllResp) Reset()

func (*CaptchaConfigGetAllResp) String added in v0.0.2

func (x *CaptchaConfigGetAllResp) String() string

type CaptchaConfigGetAllRespData added in v0.0.2

type CaptchaConfigGetAllRespData struct {
	Configs map[string]*ModelCaptchaConfig `` /* 155-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*CaptchaConfigGetAllRespData) Descriptor deprecated added in v0.0.2

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

Deprecated: Use CaptchaConfigGetAllRespData.ProtoReflect.Descriptor instead.

func (*CaptchaConfigGetAllRespData) GetConfigs added in v0.0.2

func (*CaptchaConfigGetAllRespData) ProtoMessage added in v0.0.2

func (*CaptchaConfigGetAllRespData) ProtoMessage()

func (*CaptchaConfigGetAllRespData) ProtoReflect added in v0.0.2

func (*CaptchaConfigGetAllRespData) Reset added in v0.0.2

func (x *CaptchaConfigGetAllRespData) Reset()

func (*CaptchaConfigGetAllRespData) String added in v0.0.2

func (x *CaptchaConfigGetAllRespData) String() string

type CaptchaConfigGetResp added in v0.0.2

type CaptchaConfigGetResp struct {
	Code      int32               `protobuf:"varint,1,opt,name=code,proto3" json:"code,omitempty"`
	Msg       string              `protobuf:"bytes,2,opt,name=msg,proto3" json:"msg,omitempty"`
	RequestID string              `protobuf:"bytes,3,opt,name=requestID,proto3" json:"requestID,omitempty"`
	Path      string              `protobuf:"bytes,4,opt,name=path,proto3" json:"path,omitempty"`
	Data      *ModelCaptchaConfig `protobuf:"bytes,5,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*CaptchaConfigGetResp) Descriptor deprecated added in v0.0.2

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

Deprecated: Use CaptchaConfigGetResp.ProtoReflect.Descriptor instead.

func (*CaptchaConfigGetResp) GetCode added in v0.0.2

func (x *CaptchaConfigGetResp) GetCode() int32

func (*CaptchaConfigGetResp) GetData added in v0.0.2

func (*CaptchaConfigGetResp) GetMsg added in v0.0.2

func (x *CaptchaConfigGetResp) GetMsg() string

func (*CaptchaConfigGetResp) GetPath added in v0.0.2

func (x *CaptchaConfigGetResp) GetPath() string

func (*CaptchaConfigGetResp) GetRequestID added in v0.0.2

func (x *CaptchaConfigGetResp) GetRequestID() string

func (*CaptchaConfigGetResp) ProtoMessage added in v0.0.2

func (*CaptchaConfigGetResp) ProtoMessage()

func (*CaptchaConfigGetResp) ProtoReflect added in v0.0.2

func (x *CaptchaConfigGetResp) ProtoReflect() protoreflect.Message

func (*CaptchaConfigGetResp) Reset added in v0.0.2

func (x *CaptchaConfigGetResp) Reset()

func (*CaptchaConfigGetResp) String added in v0.0.2

func (x *CaptchaConfigGetResp) String() string

type CaptchaConfigSetParams added in v0.0.2

type CaptchaConfigSetParams struct {

	// note: 租户给自己的配置起的名字
	Key       string  `protobuf:"bytes,1,opt,name=Key,proto3" json:"Key,omitempty"`
	DotCount  int64   `protobuf:"varint,2,opt,name=DotCount,proto3" json:"DotCount,omitempty"`
	MaxSkew   float64 `protobuf:"fixed64,3,opt,name=MaxSkew,proto3" json:"MaxSkew,omitempty"`
	KeyLong   int64   `protobuf:"varint,4,opt,name=KeyLong,proto3" json:"KeyLong,omitempty"`
	ImgWidth  int64   `protobuf:"varint,5,opt,name=ImgWidth,proto3" json:"ImgWidth,omitempty"`
	ImgHeight int64   `protobuf:"varint,6,opt,name=ImgHeight,proto3" json:"ImgHeight,omitempty"`
	// contains filtered or unexported fields
}

func (*CaptchaConfigSetParams) Descriptor deprecated added in v0.0.2

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

Deprecated: Use CaptchaConfigSetParams.ProtoReflect.Descriptor instead.

func (*CaptchaConfigSetParams) GetDotCount added in v0.0.2

func (x *CaptchaConfigSetParams) GetDotCount() int64

func (*CaptchaConfigSetParams) GetImgHeight added in v0.0.2

func (x *CaptchaConfigSetParams) GetImgHeight() int64

func (*CaptchaConfigSetParams) GetImgWidth added in v0.0.2

func (x *CaptchaConfigSetParams) GetImgWidth() int64

func (*CaptchaConfigSetParams) GetKey added in v0.0.2

func (x *CaptchaConfigSetParams) GetKey() string

func (*CaptchaConfigSetParams) GetKeyLong added in v0.0.2

func (x *CaptchaConfigSetParams) GetKeyLong() int64

func (*CaptchaConfigSetParams) GetMaxSkew added in v0.0.2

func (x *CaptchaConfigSetParams) GetMaxSkew() float64

func (*CaptchaConfigSetParams) ProtoMessage added in v0.0.2

func (*CaptchaConfigSetParams) ProtoMessage()

func (*CaptchaConfigSetParams) ProtoReflect added in v0.0.2

func (x *CaptchaConfigSetParams) ProtoReflect() protoreflect.Message

func (*CaptchaConfigSetParams) Reset added in v0.0.2

func (x *CaptchaConfigSetParams) Reset()

func (*CaptchaConfigSetParams) String added in v0.0.2

func (x *CaptchaConfigSetParams) String() string

type CloudCServiceClient

type CloudCServiceClient interface {
	// note: 服务器系统配置
	SlsConfigSet(ctx context.Context, in *SlsConfigSetParams, opts ...grpc.CallOption) (*ConfigResp, error)
	SlsConfigGet(ctx context.Context, in *ConfigGetParams, opts ...grpc.CallOption) (*SlsConfigGetResp, error)
	SlsConfigGetAll(ctx context.Context, in *ConfigGetAllParams, opts ...grpc.CallOption) (*SlsConfigGetAllResp, error)
	// note: 服务器系统配置
	SystemConfigSet(ctx context.Context, in *SystemConfigSetParams, opts ...grpc.CallOption) (*ConfigResp, error)
	SystemConfigGet(ctx context.Context, in *ConfigGetParams, opts ...grpc.CallOption) (*SystemConfigGetResp, error)
	SystemConfigGetAll(ctx context.Context, in *ConfigGetAllParams, opts ...grpc.CallOption) (*SystemConfigGetAllResp, error)
	// note: captcha
	CaptchaConfigSet(ctx context.Context, in *CaptchaConfigSetParams, opts ...grpc.CallOption) (*ConfigResp, error)
	CaptchaConfigGet(ctx context.Context, in *ConfigGetParams, opts ...grpc.CallOption) (*CaptchaConfigGetResp, error)
	CaptchaConfigGetAll(ctx context.Context, in *ConfigGetAllParams, opts ...grpc.CallOption) (*CaptchaConfigGetAllResp, error)
	// note: 新增配置
	DouyinConfigSet(ctx context.Context, in *DouyinConfigSetParams, opts ...grpc.CallOption) (*ConfigResp, error)
	DouyinConfigGet(ctx context.Context, in *ConfigGetParams, opts ...grpc.CallOption) (*DouyinConfigGetResp, error)
	DouyinConfigGetAll(ctx context.Context, in *ConfigGetAllParams, opts ...grpc.CallOption) (*DouyinConfigGetAllResp, error)
	// note: 新增配置
	WechatConfigSet(ctx context.Context, in *WechatConfigSetParams, opts ...grpc.CallOption) (*ConfigResp, error)
	WechatConfigGet(ctx context.Context, in *ConfigGetParams, opts ...grpc.CallOption) (*WechatConfigGetResp, error)
	WechatConfigGetAll(ctx context.Context, in *ConfigGetAllParams, opts ...grpc.CallOption) (*WechatConfigGetAllResp, error)
	// rpc WechatConfigCache(WechatConfigGetAllParams) returns (WechatConfigGetAllResp);
	// note: 短信配置
	SmsConfigSet(ctx context.Context, in *SmsConfigSetParams, opts ...grpc.CallOption) (*ConfigResp, error)
	SmsConfigGet(ctx context.Context, in *ConfigGetParams, opts ...grpc.CallOption) (*SmsConfigGetResp, error)
	SmsConfigGetAll(ctx context.Context, in *ConfigGetAllParams, opts ...grpc.CallOption) (*SmsConfigGetAllResp, error)
	// note: 短信配置
	EmsConfigSet(ctx context.Context, in *EmsConfigSetParams, opts ...grpc.CallOption) (*ConfigResp, error)
	EmsConfigGet(ctx context.Context, in *ConfigGetParams, opts ...grpc.CallOption) (*EmsConfigGetResp, error)
	EmsConfigGetAll(ctx context.Context, in *ConfigGetAllParams, opts ...grpc.CallOption) (*EmsConfigGetAllResp, error)
	// note: Oss配置
	OssConfigSet(ctx context.Context, in *OssConfigSetParams, opts ...grpc.CallOption) (*ConfigResp, error)
	OssConfigGet(ctx context.Context, in *ConfigGetParams, opts ...grpc.CallOption) (*OssConfigGetResp, error)
	OssConfigGetAll(ctx context.Context, in *ConfigGetAllParams, opts ...grpc.CallOption) (*OssConfigGetAllResp, error)
}

CloudCServiceClient is the client API for CloudCService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type CloudCServiceServer

type CloudCServiceServer interface {
	// note: 服务器系统配置
	SlsConfigSet(context.Context, *SlsConfigSetParams) (*ConfigResp, error)
	SlsConfigGet(context.Context, *ConfigGetParams) (*SlsConfigGetResp, error)
	SlsConfigGetAll(context.Context, *ConfigGetAllParams) (*SlsConfigGetAllResp, error)
	// note: 服务器系统配置
	SystemConfigSet(context.Context, *SystemConfigSetParams) (*ConfigResp, error)
	SystemConfigGet(context.Context, *ConfigGetParams) (*SystemConfigGetResp, error)
	SystemConfigGetAll(context.Context, *ConfigGetAllParams) (*SystemConfigGetAllResp, error)
	// note: captcha
	CaptchaConfigSet(context.Context, *CaptchaConfigSetParams) (*ConfigResp, error)
	CaptchaConfigGet(context.Context, *ConfigGetParams) (*CaptchaConfigGetResp, error)
	CaptchaConfigGetAll(context.Context, *ConfigGetAllParams) (*CaptchaConfigGetAllResp, error)
	// note: 新增配置
	DouyinConfigSet(context.Context, *DouyinConfigSetParams) (*ConfigResp, error)
	DouyinConfigGet(context.Context, *ConfigGetParams) (*DouyinConfigGetResp, error)
	DouyinConfigGetAll(context.Context, *ConfigGetAllParams) (*DouyinConfigGetAllResp, error)
	// note: 新增配置
	WechatConfigSet(context.Context, *WechatConfigSetParams) (*ConfigResp, error)
	WechatConfigGet(context.Context, *ConfigGetParams) (*WechatConfigGetResp, error)
	WechatConfigGetAll(context.Context, *ConfigGetAllParams) (*WechatConfigGetAllResp, error)
	// rpc WechatConfigCache(WechatConfigGetAllParams) returns (WechatConfigGetAllResp);
	// note: 短信配置
	SmsConfigSet(context.Context, *SmsConfigSetParams) (*ConfigResp, error)
	SmsConfigGet(context.Context, *ConfigGetParams) (*SmsConfigGetResp, error)
	SmsConfigGetAll(context.Context, *ConfigGetAllParams) (*SmsConfigGetAllResp, error)
	// note: 短信配置
	EmsConfigSet(context.Context, *EmsConfigSetParams) (*ConfigResp, error)
	EmsConfigGet(context.Context, *ConfigGetParams) (*EmsConfigGetResp, error)
	EmsConfigGetAll(context.Context, *ConfigGetAllParams) (*EmsConfigGetAllResp, error)
	// note: Oss配置
	OssConfigSet(context.Context, *OssConfigSetParams) (*ConfigResp, error)
	OssConfigGet(context.Context, *ConfigGetParams) (*OssConfigGetResp, error)
	OssConfigGetAll(context.Context, *ConfigGetAllParams) (*OssConfigGetAllResp, error)
	// contains filtered or unexported methods
}

CloudCServiceServer is the server API for CloudCService service. All implementations must embed UnimplementedCloudCServiceServer for forward compatibility

type ConfigGetAllParams

type ConfigGetAllParams struct {
	// contains filtered or unexported fields
}

func (*ConfigGetAllParams) Descriptor deprecated

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

Deprecated: Use ConfigGetAllParams.ProtoReflect.Descriptor instead.

func (*ConfigGetAllParams) ProtoMessage

func (*ConfigGetAllParams) ProtoMessage()

func (*ConfigGetAllParams) ProtoReflect

func (x *ConfigGetAllParams) ProtoReflect() protoreflect.Message

func (*ConfigGetAllParams) Reset

func (x *ConfigGetAllParams) Reset()

func (*ConfigGetAllParams) String

func (x *ConfigGetAllParams) String() string

type ConfigGetParams

type ConfigGetParams struct {

	// note: 租户给自己的配置起的名字
	Key string `protobuf:"bytes,1,opt,name=Key,proto3" json:"Key,omitempty"`
	// contains filtered or unexported fields
}

func (*ConfigGetParams) Descriptor deprecated

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

Deprecated: Use ConfigGetParams.ProtoReflect.Descriptor instead.

func (*ConfigGetParams) GetKey

func (x *ConfigGetParams) GetKey() string

func (*ConfigGetParams) ProtoMessage

func (*ConfigGetParams) ProtoMessage()

func (*ConfigGetParams) ProtoReflect

func (x *ConfigGetParams) ProtoReflect() protoreflect.Message

func (*ConfigGetParams) Reset

func (x *ConfigGetParams) Reset()

func (*ConfigGetParams) String

func (x *ConfigGetParams) String() string

type ConfigResp

type ConfigResp struct {
	Code      int32  `protobuf:"varint,1,opt,name=code,proto3" json:"code,omitempty"`
	Msg       string `protobuf:"bytes,2,opt,name=msg,proto3" json:"msg,omitempty"`
	RequestID string `protobuf:"bytes,3,opt,name=requestID,proto3" json:"requestID,omitempty"`
	Path      string `protobuf:"bytes,4,opt,name=path,proto3" json:"path,omitempty"`
	Data      *Data  `protobuf:"bytes,5,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*ConfigResp) Descriptor deprecated

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

Deprecated: Use ConfigResp.ProtoReflect.Descriptor instead.

func (*ConfigResp) GetCode

func (x *ConfigResp) GetCode() int32

func (*ConfigResp) GetData

func (x *ConfigResp) GetData() *Data

func (*ConfigResp) GetMsg

func (x *ConfigResp) GetMsg() string

func (*ConfigResp) GetPath

func (x *ConfigResp) GetPath() string

func (*ConfigResp) GetRequestID

func (x *ConfigResp) GetRequestID() string

func (*ConfigResp) ProtoMessage

func (*ConfigResp) ProtoMessage()

func (*ConfigResp) ProtoReflect

func (x *ConfigResp) ProtoReflect() protoreflect.Message

func (*ConfigResp) Reset

func (x *ConfigResp) Reset()

func (*ConfigResp) String

func (x *ConfigResp) String() string

type Data

type Data struct {
	Data string `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*Data) Descriptor deprecated

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

Deprecated: Use Data.ProtoReflect.Descriptor instead.

func (*Data) GetData

func (x *Data) GetData() string

func (*Data) ProtoMessage

func (*Data) ProtoMessage()

func (*Data) ProtoReflect

func (x *Data) ProtoReflect() protoreflect.Message

func (*Data) Reset

func (x *Data) Reset()

func (*Data) String

func (x *Data) String() string

type DouyinConfigGetAllResp added in v0.0.2

type DouyinConfigGetAllResp struct {
	Code      int32                       `protobuf:"varint,1,opt,name=code,proto3" json:"code,omitempty"`
	Msg       string                      `protobuf:"bytes,2,opt,name=msg,proto3" json:"msg,omitempty"`
	RequestID string                      `protobuf:"bytes,3,opt,name=requestID,proto3" json:"requestID,omitempty"`
	Path      string                      `protobuf:"bytes,4,opt,name=path,proto3" json:"path,omitempty"`
	Data      *DouyinConfigGetAllRespData `protobuf:"bytes,5,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*DouyinConfigGetAllResp) Descriptor deprecated added in v0.0.2

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

Deprecated: Use DouyinConfigGetAllResp.ProtoReflect.Descriptor instead.

func (*DouyinConfigGetAllResp) GetCode added in v0.0.2

func (x *DouyinConfigGetAllResp) GetCode() int32

func (*DouyinConfigGetAllResp) GetData added in v0.0.2

func (*DouyinConfigGetAllResp) GetMsg added in v0.0.2

func (x *DouyinConfigGetAllResp) GetMsg() string

func (*DouyinConfigGetAllResp) GetPath added in v0.0.2

func (x *DouyinConfigGetAllResp) GetPath() string

func (*DouyinConfigGetAllResp) GetRequestID added in v0.0.2

func (x *DouyinConfigGetAllResp) GetRequestID() string

func (*DouyinConfigGetAllResp) ProtoMessage added in v0.0.2

func (*DouyinConfigGetAllResp) ProtoMessage()

func (*DouyinConfigGetAllResp) ProtoReflect added in v0.0.2

func (x *DouyinConfigGetAllResp) ProtoReflect() protoreflect.Message

func (*DouyinConfigGetAllResp) Reset added in v0.0.2

func (x *DouyinConfigGetAllResp) Reset()

func (*DouyinConfigGetAllResp) String added in v0.0.2

func (x *DouyinConfigGetAllResp) String() string

type DouyinConfigGetAllRespData added in v0.0.2

type DouyinConfigGetAllRespData struct {
	Configs map[string]*ModelDouyinConfig `` /* 155-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*DouyinConfigGetAllRespData) Descriptor deprecated added in v0.0.2

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

Deprecated: Use DouyinConfigGetAllRespData.ProtoReflect.Descriptor instead.

func (*DouyinConfigGetAllRespData) GetConfigs added in v0.0.2

func (*DouyinConfigGetAllRespData) ProtoMessage added in v0.0.2

func (*DouyinConfigGetAllRespData) ProtoMessage()

func (*DouyinConfigGetAllRespData) ProtoReflect added in v0.0.2

func (*DouyinConfigGetAllRespData) Reset added in v0.0.2

func (x *DouyinConfigGetAllRespData) Reset()

func (*DouyinConfigGetAllRespData) String added in v0.0.2

func (x *DouyinConfigGetAllRespData) String() string

type DouyinConfigGetResp added in v0.0.2

type DouyinConfigGetResp struct {
	Code      int32              `protobuf:"varint,1,opt,name=code,proto3" json:"code,omitempty"`
	Msg       string             `protobuf:"bytes,2,opt,name=msg,proto3" json:"msg,omitempty"`
	RequestID string             `protobuf:"bytes,3,opt,name=requestID,proto3" json:"requestID,omitempty"`
	Path      string             `protobuf:"bytes,4,opt,name=path,proto3" json:"path,omitempty"`
	Data      *ModelDouyinConfig `protobuf:"bytes,5,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*DouyinConfigGetResp) Descriptor deprecated added in v0.0.2

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

Deprecated: Use DouyinConfigGetResp.ProtoReflect.Descriptor instead.

func (*DouyinConfigGetResp) GetCode added in v0.0.2

func (x *DouyinConfigGetResp) GetCode() int32

func (*DouyinConfigGetResp) GetData added in v0.0.2

func (x *DouyinConfigGetResp) GetData() *ModelDouyinConfig

func (*DouyinConfigGetResp) GetMsg added in v0.0.2

func (x *DouyinConfigGetResp) GetMsg() string

func (*DouyinConfigGetResp) GetPath added in v0.0.2

func (x *DouyinConfigGetResp) GetPath() string

func (*DouyinConfigGetResp) GetRequestID added in v0.0.2

func (x *DouyinConfigGetResp) GetRequestID() string

func (*DouyinConfigGetResp) ProtoMessage added in v0.0.2

func (*DouyinConfigGetResp) ProtoMessage()

func (*DouyinConfigGetResp) ProtoReflect added in v0.0.2

func (x *DouyinConfigGetResp) ProtoReflect() protoreflect.Message

func (*DouyinConfigGetResp) Reset added in v0.0.2

func (x *DouyinConfigGetResp) Reset()

func (*DouyinConfigGetResp) String added in v0.0.2

func (x *DouyinConfigGetResp) String() string

type DouyinConfigSetParams added in v0.0.2

type DouyinConfigSetParams struct {

	// note: 租户给自己的配置起的名字
	Key string `protobuf:"bytes,1,opt,name=Key,proto3" json:"Key,omitempty"`
	// note: 租户的抖音网站营养信息
	ClientKey    string `protobuf:"bytes,2,opt,name=ClientKey,proto3" json:"ClientKey,omitempty"`
	ClientSecret string `protobuf:"bytes,3,opt,name=ClientSecret,proto3" json:"ClientSecret,omitempty"`
	AppName      string `protobuf:"bytes,4,opt,name=AppName,proto3" json:"AppName,omitempty"`
	// contains filtered or unexported fields
}

func (*DouyinConfigSetParams) Descriptor deprecated added in v0.0.2

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

Deprecated: Use DouyinConfigSetParams.ProtoReflect.Descriptor instead.

func (*DouyinConfigSetParams) GetAppName added in v0.0.2

func (x *DouyinConfigSetParams) GetAppName() string

func (*DouyinConfigSetParams) GetClientKey added in v0.0.2

func (x *DouyinConfigSetParams) GetClientKey() string

func (*DouyinConfigSetParams) GetClientSecret added in v0.0.2

func (x *DouyinConfigSetParams) GetClientSecret() string

func (*DouyinConfigSetParams) GetKey added in v0.0.2

func (x *DouyinConfigSetParams) GetKey() string

func (*DouyinConfigSetParams) ProtoMessage added in v0.0.2

func (*DouyinConfigSetParams) ProtoMessage()

func (*DouyinConfigSetParams) ProtoReflect added in v0.0.2

func (x *DouyinConfigSetParams) ProtoReflect() protoreflect.Message

func (*DouyinConfigSetParams) Reset added in v0.0.2

func (x *DouyinConfigSetParams) Reset()

func (*DouyinConfigSetParams) String added in v0.0.2

func (x *DouyinConfigSetParams) String() string

type EmsConfigGetAllResp

type EmsConfigGetAllResp struct {
	Code      int32                    `protobuf:"varint,1,opt,name=code,proto3" json:"code,omitempty"`
	Msg       string                   `protobuf:"bytes,2,opt,name=msg,proto3" json:"msg,omitempty"`
	RequestID string                   `protobuf:"bytes,3,opt,name=requestID,proto3" json:"requestID,omitempty"`
	Path      string                   `protobuf:"bytes,4,opt,name=path,proto3" json:"path,omitempty"`
	Data      *EmsConfigGetAllRespData `protobuf:"bytes,5,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*EmsConfigGetAllResp) Descriptor deprecated

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

Deprecated: Use EmsConfigGetAllResp.ProtoReflect.Descriptor instead.

func (*EmsConfigGetAllResp) GetCode

func (x *EmsConfigGetAllResp) GetCode() int32

func (*EmsConfigGetAllResp) GetData

func (*EmsConfigGetAllResp) GetMsg

func (x *EmsConfigGetAllResp) GetMsg() string

func (*EmsConfigGetAllResp) GetPath

func (x *EmsConfigGetAllResp) GetPath() string

func (*EmsConfigGetAllResp) GetRequestID

func (x *EmsConfigGetAllResp) GetRequestID() string

func (*EmsConfigGetAllResp) ProtoMessage

func (*EmsConfigGetAllResp) ProtoMessage()

func (*EmsConfigGetAllResp) ProtoReflect

func (x *EmsConfigGetAllResp) ProtoReflect() protoreflect.Message

func (*EmsConfigGetAllResp) Reset

func (x *EmsConfigGetAllResp) Reset()

func (*EmsConfigGetAllResp) String

func (x *EmsConfigGetAllResp) String() string

type EmsConfigGetAllRespData

type EmsConfigGetAllRespData struct {
	Configs map[string]*ModelEmsConfig `` /* 155-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*EmsConfigGetAllRespData) Descriptor deprecated

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

Deprecated: Use EmsConfigGetAllRespData.ProtoReflect.Descriptor instead.

func (*EmsConfigGetAllRespData) GetConfigs

func (x *EmsConfigGetAllRespData) GetConfigs() map[string]*ModelEmsConfig

func (*EmsConfigGetAllRespData) ProtoMessage

func (*EmsConfigGetAllRespData) ProtoMessage()

func (*EmsConfigGetAllRespData) ProtoReflect

func (x *EmsConfigGetAllRespData) ProtoReflect() protoreflect.Message

func (*EmsConfigGetAllRespData) Reset

func (x *EmsConfigGetAllRespData) Reset()

func (*EmsConfigGetAllRespData) String

func (x *EmsConfigGetAllRespData) String() string

type EmsConfigGetResp

type EmsConfigGetResp struct {
	Code      int32           `protobuf:"varint,1,opt,name=code,proto3" json:"code,omitempty"`
	Msg       string          `protobuf:"bytes,2,opt,name=msg,proto3" json:"msg,omitempty"`
	RequestID string          `protobuf:"bytes,3,opt,name=requestID,proto3" json:"requestID,omitempty"`
	Path      string          `protobuf:"bytes,4,opt,name=path,proto3" json:"path,omitempty"`
	Data      *ModelEmsConfig `protobuf:"bytes,5,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*EmsConfigGetResp) Descriptor deprecated

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

Deprecated: Use EmsConfigGetResp.ProtoReflect.Descriptor instead.

func (*EmsConfigGetResp) GetCode

func (x *EmsConfigGetResp) GetCode() int32

func (*EmsConfigGetResp) GetData

func (x *EmsConfigGetResp) GetData() *ModelEmsConfig

func (*EmsConfigGetResp) GetMsg

func (x *EmsConfigGetResp) GetMsg() string

func (*EmsConfigGetResp) GetPath

func (x *EmsConfigGetResp) GetPath() string

func (*EmsConfigGetResp) GetRequestID

func (x *EmsConfigGetResp) GetRequestID() string

func (*EmsConfigGetResp) ProtoMessage

func (*EmsConfigGetResp) ProtoMessage()

func (*EmsConfigGetResp) ProtoReflect

func (x *EmsConfigGetResp) ProtoReflect() protoreflect.Message

func (*EmsConfigGetResp) Reset

func (x *EmsConfigGetResp) Reset()

func (*EmsConfigGetResp) String

func (x *EmsConfigGetResp) String() string

type EmsConfigSetParams

type EmsConfigSetParams struct {

	// note: 租户给自己的配置起的名字
	Key        string `protobuf:"bytes,1,opt,name=Key,proto3" json:"Key,omitempty"`
	SenderName string `protobuf:"bytes,2,opt,name=SenderName,proto3" json:"SenderName,omitempty"`
	SenderMail string `protobuf:"bytes,3,opt,name=SenderMail,proto3" json:"SenderMail,omitempty"`
	SenderPwd  string `protobuf:"bytes,4,opt,name=SenderPwd,proto3" json:"SenderPwd,omitempty"`
	Host       string `protobuf:"bytes,5,opt,name=Host,proto3" json:"Host,omitempty"`
	Port       string `protobuf:"bytes,6,opt,name=Port,proto3" json:"Port,omitempty"`
	Protocol   string `protobuf:"bytes,7,opt,name=Protocol,proto3" json:"Protocol,omitempty"`
	// contains filtered or unexported fields
}

func (*EmsConfigSetParams) Descriptor deprecated

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

Deprecated: Use EmsConfigSetParams.ProtoReflect.Descriptor instead.

func (*EmsConfigSetParams) GetHost

func (x *EmsConfigSetParams) GetHost() string

func (*EmsConfigSetParams) GetKey

func (x *EmsConfigSetParams) GetKey() string

func (*EmsConfigSetParams) GetPort

func (x *EmsConfigSetParams) GetPort() string

func (*EmsConfigSetParams) GetProtocol

func (x *EmsConfigSetParams) GetProtocol() string

func (*EmsConfigSetParams) GetSenderMail

func (x *EmsConfigSetParams) GetSenderMail() string

func (*EmsConfigSetParams) GetSenderName

func (x *EmsConfigSetParams) GetSenderName() string

func (*EmsConfigSetParams) GetSenderPwd

func (x *EmsConfigSetParams) GetSenderPwd() string

func (*EmsConfigSetParams) ProtoMessage

func (*EmsConfigSetParams) ProtoMessage()

func (*EmsConfigSetParams) ProtoReflect

func (x *EmsConfigSetParams) ProtoReflect() protoreflect.Message

func (*EmsConfigSetParams) Reset

func (x *EmsConfigSetParams) Reset()

func (*EmsConfigSetParams) String

func (x *EmsConfigSetParams) String() string

type ModelCaptchaConfig added in v0.0.2

type ModelCaptchaConfig struct {
	Id        uint32  `protobuf:"varint,1,opt,name=Id,proto3" json:"Id,omitempty"`
	Key       string  `protobuf:"bytes,2,opt,name=Key,proto3" json:"Key,omitempty"`
	DotCount  int64   `protobuf:"varint,3,opt,name=DotCount,proto3" json:"DotCount,omitempty"`
	MaxSkew   float64 `protobuf:"fixed64,4,opt,name=MaxSkew,proto3" json:"MaxSkew,omitempty"`
	KeyLong   int64   `protobuf:"varint,5,opt,name=KeyLong,proto3" json:"KeyLong,omitempty"`
	ImgWidth  int64   `protobuf:"varint,6,opt,name=ImgWidth,proto3" json:"ImgWidth,omitempty"`
	ImgHeight int64   `protobuf:"varint,7,opt,name=ImgHeight,proto3" json:"ImgHeight,omitempty"`
	// contains filtered or unexported fields
}

func (*ModelCaptchaConfig) Descriptor deprecated added in v0.0.2

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

Deprecated: Use ModelCaptchaConfig.ProtoReflect.Descriptor instead.

func (*ModelCaptchaConfig) GetDotCount added in v0.0.2

func (x *ModelCaptchaConfig) GetDotCount() int64

func (*ModelCaptchaConfig) GetId added in v0.0.2

func (x *ModelCaptchaConfig) GetId() uint32

func (*ModelCaptchaConfig) GetImgHeight added in v0.0.2

func (x *ModelCaptchaConfig) GetImgHeight() int64

func (*ModelCaptchaConfig) GetImgWidth added in v0.0.2

func (x *ModelCaptchaConfig) GetImgWidth() int64

func (*ModelCaptchaConfig) GetKey added in v0.0.2

func (x *ModelCaptchaConfig) GetKey() string

func (*ModelCaptchaConfig) GetKeyLong added in v0.0.2

func (x *ModelCaptchaConfig) GetKeyLong() int64

func (*ModelCaptchaConfig) GetMaxSkew added in v0.0.2

func (x *ModelCaptchaConfig) GetMaxSkew() float64

func (*ModelCaptchaConfig) ProtoMessage added in v0.0.2

func (*ModelCaptchaConfig) ProtoMessage()

func (*ModelCaptchaConfig) ProtoReflect added in v0.0.2

func (x *ModelCaptchaConfig) ProtoReflect() protoreflect.Message

func (*ModelCaptchaConfig) Reset added in v0.0.2

func (x *ModelCaptchaConfig) Reset()

func (*ModelCaptchaConfig) String added in v0.0.2

func (x *ModelCaptchaConfig) String() string

type ModelDouyinConfig added in v0.0.2

type ModelDouyinConfig struct {
	Id uint32 `protobuf:"varint,1,opt,name=Id,proto3" json:"Id,omitempty"`
	// note: 租户给自己的配置起的名字
	Key string `protobuf:"bytes,2,opt,name=Key,proto3" json:"Key,omitempty"`
	// note: 租户的抖音网站应用信息
	ClientKey    string `protobuf:"bytes,3,opt,name=ClientKey,proto3" json:"ClientKey,omitempty"`
	ClientSecret string `protobuf:"bytes,4,opt,name=ClientSecret,proto3" json:"ClientSecret,omitempty"`
	AppName      string `protobuf:"bytes,5,opt,name=AppName,proto3" json:"AppName,omitempty"`
	// contains filtered or unexported fields
}

func (*ModelDouyinConfig) Descriptor deprecated added in v0.0.2

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

Deprecated: Use ModelDouyinConfig.ProtoReflect.Descriptor instead.

func (*ModelDouyinConfig) GetAppName added in v0.0.2

func (x *ModelDouyinConfig) GetAppName() string

func (*ModelDouyinConfig) GetClientKey added in v0.0.2

func (x *ModelDouyinConfig) GetClientKey() string

func (*ModelDouyinConfig) GetClientSecret added in v0.0.2

func (x *ModelDouyinConfig) GetClientSecret() string

func (*ModelDouyinConfig) GetId added in v0.0.2

func (x *ModelDouyinConfig) GetId() uint32

func (*ModelDouyinConfig) GetKey added in v0.0.2

func (x *ModelDouyinConfig) GetKey() string

func (*ModelDouyinConfig) ProtoMessage added in v0.0.2

func (*ModelDouyinConfig) ProtoMessage()

func (*ModelDouyinConfig) ProtoReflect added in v0.0.2

func (x *ModelDouyinConfig) ProtoReflect() protoreflect.Message

func (*ModelDouyinConfig) Reset added in v0.0.2

func (x *ModelDouyinConfig) Reset()

func (*ModelDouyinConfig) String added in v0.0.2

func (x *ModelDouyinConfig) String() string

type ModelEmsConfig

type ModelEmsConfig struct {
	Id         uint32 `protobuf:"varint,1,opt,name=Id,proto3" json:"Id,omitempty"`
	Key        string `protobuf:"bytes,2,opt,name=Key,proto3" json:"Key,omitempty"`
	SenderName string `protobuf:"bytes,3,opt,name=SenderName,proto3" json:"SenderName,omitempty"`
	SenderMail string `protobuf:"bytes,4,opt,name=SenderMail,proto3" json:"SenderMail,omitempty"`
	SenderPwd  string `protobuf:"bytes,5,opt,name=SenderPwd,proto3" json:"SenderPwd,omitempty"`
	Host       string `protobuf:"bytes,6,opt,name=Host,proto3" json:"Host,omitempty"`
	Port       string `protobuf:"bytes,7,opt,name=Port,proto3" json:"Port,omitempty"`
	Protocol   string `protobuf:"bytes,8,opt,name=Protocol,proto3" json:"Protocol,omitempty"`
	// contains filtered or unexported fields
}

func (*ModelEmsConfig) Descriptor deprecated

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

Deprecated: Use ModelEmsConfig.ProtoReflect.Descriptor instead.

func (*ModelEmsConfig) GetHost

func (x *ModelEmsConfig) GetHost() string

func (*ModelEmsConfig) GetId

func (x *ModelEmsConfig) GetId() uint32

func (*ModelEmsConfig) GetKey

func (x *ModelEmsConfig) GetKey() string

func (*ModelEmsConfig) GetPort

func (x *ModelEmsConfig) GetPort() string

func (*ModelEmsConfig) GetProtocol

func (x *ModelEmsConfig) GetProtocol() string

func (*ModelEmsConfig) GetSenderMail

func (x *ModelEmsConfig) GetSenderMail() string

func (*ModelEmsConfig) GetSenderName

func (x *ModelEmsConfig) GetSenderName() string

func (*ModelEmsConfig) GetSenderPwd

func (x *ModelEmsConfig) GetSenderPwd() string

func (*ModelEmsConfig) ProtoMessage

func (*ModelEmsConfig) ProtoMessage()

func (*ModelEmsConfig) ProtoReflect

func (x *ModelEmsConfig) ProtoReflect() protoreflect.Message

func (*ModelEmsConfig) Reset

func (x *ModelEmsConfig) Reset()

func (*ModelEmsConfig) String

func (x *ModelEmsConfig) String() string

type ModelOssConfig

type ModelOssConfig struct {
	Id        uint32 `protobuf:"varint,1,opt,name=Id,proto3" json:"Id,omitempty"`
	Key       string `protobuf:"bytes,2,opt,name=Key,proto3" json:"Key,omitempty"`
	AppID     string `protobuf:"bytes,3,opt,name=AppID,proto3" json:"AppID,omitempty"`
	AppSecret string `protobuf:"bytes,4,opt,name=AppSecret,proto3" json:"AppSecret,omitempty"`
	Endpoint  string `protobuf:"bytes,5,opt,name=Endpoint,proto3" json:"Endpoint,omitempty"`
	Prefix    string `protobuf:"bytes,6,opt,name=Prefix,proto3" json:"Prefix,omitempty"`
	Domain    string `protobuf:"bytes,7,opt,name=Domain,proto3" json:"Domain,omitempty"`
	// contains filtered or unexported fields
}

func (*ModelOssConfig) Descriptor deprecated

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

Deprecated: Use ModelOssConfig.ProtoReflect.Descriptor instead.

func (*ModelOssConfig) GetAppID

func (x *ModelOssConfig) GetAppID() string

func (*ModelOssConfig) GetAppSecret

func (x *ModelOssConfig) GetAppSecret() string

func (*ModelOssConfig) GetDomain

func (x *ModelOssConfig) GetDomain() string

func (*ModelOssConfig) GetEndpoint

func (x *ModelOssConfig) GetEndpoint() string

func (*ModelOssConfig) GetId

func (x *ModelOssConfig) GetId() uint32

func (*ModelOssConfig) GetKey

func (x *ModelOssConfig) GetKey() string

func (*ModelOssConfig) GetPrefix

func (x *ModelOssConfig) GetPrefix() string

func (*ModelOssConfig) ProtoMessage

func (*ModelOssConfig) ProtoMessage()

func (*ModelOssConfig) ProtoReflect

func (x *ModelOssConfig) ProtoReflect() protoreflect.Message

func (*ModelOssConfig) Reset

func (x *ModelOssConfig) Reset()

func (*ModelOssConfig) String

func (x *ModelOssConfig) String() string

type ModelSlsConfig added in v0.0.22

type ModelSlsConfig struct {
	Id            uint32 `protobuf:"varint,1,opt,name=Id,proto3" json:"Id,omitempty"`
	Key           string `protobuf:"bytes,2,opt,name=Key,proto3" json:"Key,omitempty"`
	Name          string `protobuf:"bytes,3,opt,name=Name,proto3" json:"Name,omitempty"`
	AppID         string `protobuf:"bytes,4,opt,name=AppID,proto3" json:"AppID,omitempty"`
	AppSecret     string `protobuf:"bytes,5,opt,name=AppSecret,proto3" json:"AppSecret,omitempty"`
	Endpoint      string `protobuf:"bytes,6,opt,name=Endpoint,proto3" json:"Endpoint,omitempty"`
	ProjectName   string `protobuf:"bytes,7,opt,name=ProjectName,proto3" json:"ProjectName,omitempty"`
	LogStoreName  string `protobuf:"bytes,8,opt,name=LogStoreName,proto3" json:"LogStoreName,omitempty"`
	Topic         string `protobuf:"bytes,9,opt,name=Topic,proto3" json:"Topic,omitempty"`
	ExtraTag      string `protobuf:"bytes,10,opt,name=ExtraTag,proto3" json:"ExtraTag,omitempty"`
	ExtraTagValue string `protobuf:"bytes,11,opt,name=ExtraTagValue,proto3" json:"ExtraTagValue,omitempty"`
	// contains filtered or unexported fields
}

func (*ModelSlsConfig) Descriptor deprecated added in v0.0.22

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

Deprecated: Use ModelSlsConfig.ProtoReflect.Descriptor instead.

func (*ModelSlsConfig) GetAppID added in v0.0.22

func (x *ModelSlsConfig) GetAppID() string

func (*ModelSlsConfig) GetAppSecret added in v0.0.22

func (x *ModelSlsConfig) GetAppSecret() string

func (*ModelSlsConfig) GetEndpoint added in v0.0.22

func (x *ModelSlsConfig) GetEndpoint() string

func (*ModelSlsConfig) GetExtraTag added in v0.0.22

func (x *ModelSlsConfig) GetExtraTag() string

func (*ModelSlsConfig) GetExtraTagValue added in v0.0.22

func (x *ModelSlsConfig) GetExtraTagValue() string

func (*ModelSlsConfig) GetId added in v0.0.22

func (x *ModelSlsConfig) GetId() uint32

func (*ModelSlsConfig) GetKey added in v0.0.22

func (x *ModelSlsConfig) GetKey() string

func (*ModelSlsConfig) GetLogStoreName added in v0.0.22

func (x *ModelSlsConfig) GetLogStoreName() string

func (*ModelSlsConfig) GetName added in v0.0.22

func (x *ModelSlsConfig) GetName() string

func (*ModelSlsConfig) GetProjectName added in v0.0.22

func (x *ModelSlsConfig) GetProjectName() string

func (*ModelSlsConfig) GetTopic added in v0.0.22

func (x *ModelSlsConfig) GetTopic() string

func (*ModelSlsConfig) ProtoMessage added in v0.0.22

func (*ModelSlsConfig) ProtoMessage()

func (*ModelSlsConfig) ProtoReflect added in v0.0.22

func (x *ModelSlsConfig) ProtoReflect() protoreflect.Message

func (*ModelSlsConfig) Reset added in v0.0.22

func (x *ModelSlsConfig) Reset()

func (*ModelSlsConfig) String added in v0.0.22

func (x *ModelSlsConfig) String() string

type ModelSmsConfig

type ModelSmsConfig struct {
	Id        uint32 `protobuf:"varint,1,opt,name=Id,proto3" json:"Id,omitempty"`
	Key       string `protobuf:"bytes,2,opt,name=Key,proto3" json:"Key,omitempty"`
	AppID     string `protobuf:"bytes,3,opt,name=AppID,proto3" json:"AppID,omitempty"`
	AppSecret string `protobuf:"bytes,4,opt,name=AppSecret,proto3" json:"AppSecret,omitempty"`
	Endpoint  string `protobuf:"bytes,5,opt,name=Endpoint,proto3" json:"Endpoint,omitempty"`
	Template  string `protobuf:"bytes,6,opt,name=Template,proto3" json:"Template,omitempty"`
	Type      string `protobuf:"bytes,7,opt,name=Type,proto3" json:"Type,omitempty"`
	SignName  string `protobuf:"bytes,8,opt,name=SignName,proto3" json:"SignName,omitempty"`
	ParamsStr string `protobuf:"bytes,9,opt,name=ParamsStr,proto3" json:"ParamsStr,omitempty"`
	// contains filtered or unexported fields
}

func (*ModelSmsConfig) Descriptor deprecated

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

Deprecated: Use ModelSmsConfig.ProtoReflect.Descriptor instead.

func (*ModelSmsConfig) GetAppID

func (x *ModelSmsConfig) GetAppID() string

func (*ModelSmsConfig) GetAppSecret

func (x *ModelSmsConfig) GetAppSecret() string

func (*ModelSmsConfig) GetEndpoint

func (x *ModelSmsConfig) GetEndpoint() string

func (*ModelSmsConfig) GetId

func (x *ModelSmsConfig) GetId() uint32

func (*ModelSmsConfig) GetKey

func (x *ModelSmsConfig) GetKey() string

func (*ModelSmsConfig) GetParamsStr

func (x *ModelSmsConfig) GetParamsStr() string

func (*ModelSmsConfig) GetSignName

func (x *ModelSmsConfig) GetSignName() string

func (*ModelSmsConfig) GetTemplate

func (x *ModelSmsConfig) GetTemplate() string

func (*ModelSmsConfig) GetType

func (x *ModelSmsConfig) GetType() string

func (*ModelSmsConfig) ProtoMessage

func (*ModelSmsConfig) ProtoMessage()

func (*ModelSmsConfig) ProtoReflect

func (x *ModelSmsConfig) ProtoReflect() protoreflect.Message

func (*ModelSmsConfig) Reset

func (x *ModelSmsConfig) Reset()

func (*ModelSmsConfig) String

func (x *ModelSmsConfig) String() string

type ModelSystemConfig added in v0.0.10

type ModelSystemConfig struct {
	Id     uint32 `protobuf:"varint,1,opt,name=Id,proto3" json:"Id,omitempty"`
	Key    string `protobuf:"bytes,2,opt,name=Key,proto3" json:"Key,omitempty"`
	Name   string `protobuf:"bytes,3,opt,name=Name,proto3" json:"Name,omitempty"`
	Desc   string `protobuf:"bytes,4,opt,name=Desc,proto3" json:"Desc,omitempty"`
	Domain string `protobuf:"bytes,5,opt,name=Domain,proto3" json:"Domain,omitempty"`
	Ip     string `protobuf:"bytes,6,opt,name=Ip,proto3" json:"Ip,omitempty"`
	Port   int64  `protobuf:"varint,7,opt,name=Port,proto3" json:"Port,omitempty"`
	// contains filtered or unexported fields
}

func (*ModelSystemConfig) Descriptor deprecated added in v0.0.10

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

Deprecated: Use ModelSystemConfig.ProtoReflect.Descriptor instead.

func (*ModelSystemConfig) GetDesc added in v0.0.10

func (x *ModelSystemConfig) GetDesc() string

func (*ModelSystemConfig) GetDomain added in v0.0.10

func (x *ModelSystemConfig) GetDomain() string

func (*ModelSystemConfig) GetId added in v0.0.10

func (x *ModelSystemConfig) GetId() uint32

func (*ModelSystemConfig) GetIp added in v0.0.10

func (x *ModelSystemConfig) GetIp() string

func (*ModelSystemConfig) GetKey added in v0.0.10

func (x *ModelSystemConfig) GetKey() string

func (*ModelSystemConfig) GetName added in v0.0.10

func (x *ModelSystemConfig) GetName() string

func (*ModelSystemConfig) GetPort added in v0.0.10

func (x *ModelSystemConfig) GetPort() int64

func (*ModelSystemConfig) ProtoMessage added in v0.0.10

func (*ModelSystemConfig) ProtoMessage()

func (*ModelSystemConfig) ProtoReflect added in v0.0.10

func (x *ModelSystemConfig) ProtoReflect() protoreflect.Message

func (*ModelSystemConfig) Reset added in v0.0.10

func (x *ModelSystemConfig) Reset()

func (*ModelSystemConfig) String added in v0.0.10

func (x *ModelSystemConfig) String() string

type ModelWechatConfig

type ModelWechatConfig struct {
	Id uint32 `protobuf:"varint,1,opt,name=Id,proto3" json:"Id,omitempty"`
	// note: 租户给自己的配置起的名字
	Key string `protobuf:"bytes,2,opt,name=Key,proto3" json:"Key,omitempty"`
	// note: 租户的微信公众号信息
	GhId      string `protobuf:"bytes,3,opt,name=GhId,proto3" json:"GhId,omitempty"`
	AppID     string `protobuf:"bytes,4,opt,name=AppID,proto3" json:"AppID,omitempty"`
	AppSecret string `protobuf:"bytes,5,opt,name=AppSecret,proto3" json:"AppSecret,omitempty"`
	AppName   string `protobuf:"bytes,6,opt,name=AppName,proto3" json:"AppName,omitempty"`
	// contains filtered or unexported fields
}

func (*ModelWechatConfig) Descriptor deprecated

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

Deprecated: Use ModelWechatConfig.ProtoReflect.Descriptor instead.

func (*ModelWechatConfig) GetAppID

func (x *ModelWechatConfig) GetAppID() string

func (*ModelWechatConfig) GetAppName

func (x *ModelWechatConfig) GetAppName() string

func (*ModelWechatConfig) GetAppSecret

func (x *ModelWechatConfig) GetAppSecret() string

func (*ModelWechatConfig) GetGhId

func (x *ModelWechatConfig) GetGhId() string

func (*ModelWechatConfig) GetId

func (x *ModelWechatConfig) GetId() uint32

func (*ModelWechatConfig) GetKey

func (x *ModelWechatConfig) GetKey() string

func (*ModelWechatConfig) ProtoMessage

func (*ModelWechatConfig) ProtoMessage()

func (*ModelWechatConfig) ProtoReflect

func (x *ModelWechatConfig) ProtoReflect() protoreflect.Message

func (*ModelWechatConfig) Reset

func (x *ModelWechatConfig) Reset()

func (*ModelWechatConfig) String

func (x *ModelWechatConfig) String() string

type OssConfigGetAllResp

type OssConfigGetAllResp struct {
	Code      int32                    `protobuf:"varint,1,opt,name=code,proto3" json:"code,omitempty"`
	Msg       string                   `protobuf:"bytes,2,opt,name=msg,proto3" json:"msg,omitempty"`
	RequestID string                   `protobuf:"bytes,3,opt,name=requestID,proto3" json:"requestID,omitempty"`
	Path      string                   `protobuf:"bytes,4,opt,name=path,proto3" json:"path,omitempty"`
	Data      *OssConfigGetAllRespData `protobuf:"bytes,5,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*OssConfigGetAllResp) Descriptor deprecated

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

Deprecated: Use OssConfigGetAllResp.ProtoReflect.Descriptor instead.

func (*OssConfigGetAllResp) GetCode

func (x *OssConfigGetAllResp) GetCode() int32

func (*OssConfigGetAllResp) GetData

func (*OssConfigGetAllResp) GetMsg

func (x *OssConfigGetAllResp) GetMsg() string

func (*OssConfigGetAllResp) GetPath

func (x *OssConfigGetAllResp) GetPath() string

func (*OssConfigGetAllResp) GetRequestID

func (x *OssConfigGetAllResp) GetRequestID() string

func (*OssConfigGetAllResp) ProtoMessage

func (*OssConfigGetAllResp) ProtoMessage()

func (*OssConfigGetAllResp) ProtoReflect

func (x *OssConfigGetAllResp) ProtoReflect() protoreflect.Message

func (*OssConfigGetAllResp) Reset

func (x *OssConfigGetAllResp) Reset()

func (*OssConfigGetAllResp) String

func (x *OssConfigGetAllResp) String() string

type OssConfigGetAllRespData

type OssConfigGetAllRespData struct {
	Configs map[string]*ModelOssConfig `` /* 155-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*OssConfigGetAllRespData) Descriptor deprecated

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

Deprecated: Use OssConfigGetAllRespData.ProtoReflect.Descriptor instead.

func (*OssConfigGetAllRespData) GetConfigs

func (x *OssConfigGetAllRespData) GetConfigs() map[string]*ModelOssConfig

func (*OssConfigGetAllRespData) ProtoMessage

func (*OssConfigGetAllRespData) ProtoMessage()

func (*OssConfigGetAllRespData) ProtoReflect

func (x *OssConfigGetAllRespData) ProtoReflect() protoreflect.Message

func (*OssConfigGetAllRespData) Reset

func (x *OssConfigGetAllRespData) Reset()

func (*OssConfigGetAllRespData) String

func (x *OssConfigGetAllRespData) String() string

type OssConfigGetResp

type OssConfigGetResp struct {
	Code      int32           `protobuf:"varint,1,opt,name=code,proto3" json:"code,omitempty"`
	Msg       string          `protobuf:"bytes,2,opt,name=msg,proto3" json:"msg,omitempty"`
	RequestID string          `protobuf:"bytes,3,opt,name=requestID,proto3" json:"requestID,omitempty"`
	Path      string          `protobuf:"bytes,4,opt,name=path,proto3" json:"path,omitempty"`
	Data      *ModelOssConfig `protobuf:"bytes,5,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*OssConfigGetResp) Descriptor deprecated

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

Deprecated: Use OssConfigGetResp.ProtoReflect.Descriptor instead.

func (*OssConfigGetResp) GetCode

func (x *OssConfigGetResp) GetCode() int32

func (*OssConfigGetResp) GetData

func (x *OssConfigGetResp) GetData() *ModelOssConfig

func (*OssConfigGetResp) GetMsg

func (x *OssConfigGetResp) GetMsg() string

func (*OssConfigGetResp) GetPath

func (x *OssConfigGetResp) GetPath() string

func (*OssConfigGetResp) GetRequestID

func (x *OssConfigGetResp) GetRequestID() string

func (*OssConfigGetResp) ProtoMessage

func (*OssConfigGetResp) ProtoMessage()

func (*OssConfigGetResp) ProtoReflect

func (x *OssConfigGetResp) ProtoReflect() protoreflect.Message

func (*OssConfigGetResp) Reset

func (x *OssConfigGetResp) Reset()

func (*OssConfigGetResp) String

func (x *OssConfigGetResp) String() string

type OssConfigSetParams

type OssConfigSetParams struct {

	// note: 租户给自己的配置起的名字
	Key       string `protobuf:"bytes,1,opt,name=Key,proto3" json:"Key,omitempty"`
	AppID     string `protobuf:"bytes,2,opt,name=AppID,proto3" json:"AppID,omitempty"`
	AppSecret string `protobuf:"bytes,3,opt,name=AppSecret,proto3" json:"AppSecret,omitempty"`
	Endpoint  string `protobuf:"bytes,4,opt,name=Endpoint,proto3" json:"Endpoint,omitempty"`
	Prefix    string `protobuf:"bytes,5,opt,name=Prefix,proto3" json:"Prefix,omitempty"`
	Domain    string `protobuf:"bytes,6,opt,name=Domain,proto3" json:"Domain,omitempty"`
	// contains filtered or unexported fields
}

func (*OssConfigSetParams) Descriptor deprecated

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

Deprecated: Use OssConfigSetParams.ProtoReflect.Descriptor instead.

func (*OssConfigSetParams) GetAppID

func (x *OssConfigSetParams) GetAppID() string

func (*OssConfigSetParams) GetAppSecret

func (x *OssConfigSetParams) GetAppSecret() string

func (*OssConfigSetParams) GetDomain

func (x *OssConfigSetParams) GetDomain() string

func (*OssConfigSetParams) GetEndpoint

func (x *OssConfigSetParams) GetEndpoint() string

func (*OssConfigSetParams) GetKey

func (x *OssConfigSetParams) GetKey() string

func (*OssConfigSetParams) GetPrefix

func (x *OssConfigSetParams) GetPrefix() string

func (*OssConfigSetParams) ProtoMessage

func (*OssConfigSetParams) ProtoMessage()

func (*OssConfigSetParams) ProtoReflect

func (x *OssConfigSetParams) ProtoReflect() protoreflect.Message

func (*OssConfigSetParams) Reset

func (x *OssConfigSetParams) Reset()

func (*OssConfigSetParams) String

func (x *OssConfigSetParams) String() string

type SlsConfigGetAllResp added in v0.0.22

type SlsConfigGetAllResp struct {
	Code      int32                    `protobuf:"varint,1,opt,name=code,proto3" json:"code,omitempty"`
	Msg       string                   `protobuf:"bytes,2,opt,name=msg,proto3" json:"msg,omitempty"`
	RequestID string                   `protobuf:"bytes,3,opt,name=requestID,proto3" json:"requestID,omitempty"`
	Path      string                   `protobuf:"bytes,4,opt,name=path,proto3" json:"path,omitempty"`
	Data      *SlsConfigGetAllRespData `protobuf:"bytes,5,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*SlsConfigGetAllResp) Descriptor deprecated added in v0.0.22

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

Deprecated: Use SlsConfigGetAllResp.ProtoReflect.Descriptor instead.

func (*SlsConfigGetAllResp) GetCode added in v0.0.22

func (x *SlsConfigGetAllResp) GetCode() int32

func (*SlsConfigGetAllResp) GetData added in v0.0.22

func (*SlsConfigGetAllResp) GetMsg added in v0.0.22

func (x *SlsConfigGetAllResp) GetMsg() string

func (*SlsConfigGetAllResp) GetPath added in v0.0.22

func (x *SlsConfigGetAllResp) GetPath() string

func (*SlsConfigGetAllResp) GetRequestID added in v0.0.22

func (x *SlsConfigGetAllResp) GetRequestID() string

func (*SlsConfigGetAllResp) ProtoMessage added in v0.0.22

func (*SlsConfigGetAllResp) ProtoMessage()

func (*SlsConfigGetAllResp) ProtoReflect added in v0.0.22

func (x *SlsConfigGetAllResp) ProtoReflect() protoreflect.Message

func (*SlsConfigGetAllResp) Reset added in v0.0.22

func (x *SlsConfigGetAllResp) Reset()

func (*SlsConfigGetAllResp) String added in v0.0.22

func (x *SlsConfigGetAllResp) String() string

type SlsConfigGetAllRespData added in v0.0.22

type SlsConfigGetAllRespData struct {
	Configs map[string]*ModelSlsConfig `` /* 155-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*SlsConfigGetAllRespData) Descriptor deprecated added in v0.0.22

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

Deprecated: Use SlsConfigGetAllRespData.ProtoReflect.Descriptor instead.

func (*SlsConfigGetAllRespData) GetConfigs added in v0.0.22

func (x *SlsConfigGetAllRespData) GetConfigs() map[string]*ModelSlsConfig

func (*SlsConfigGetAllRespData) ProtoMessage added in v0.0.22

func (*SlsConfigGetAllRespData) ProtoMessage()

func (*SlsConfigGetAllRespData) ProtoReflect added in v0.0.22

func (x *SlsConfigGetAllRespData) ProtoReflect() protoreflect.Message

func (*SlsConfigGetAllRespData) Reset added in v0.0.22

func (x *SlsConfigGetAllRespData) Reset()

func (*SlsConfigGetAllRespData) String added in v0.0.22

func (x *SlsConfigGetAllRespData) String() string

type SlsConfigGetResp added in v0.0.22

type SlsConfigGetResp struct {
	Code      int32           `protobuf:"varint,1,opt,name=code,proto3" json:"code,omitempty"`
	Msg       string          `protobuf:"bytes,2,opt,name=msg,proto3" json:"msg,omitempty"`
	RequestID string          `protobuf:"bytes,3,opt,name=requestID,proto3" json:"requestID,omitempty"`
	Path      string          `protobuf:"bytes,4,opt,name=path,proto3" json:"path,omitempty"`
	Data      *ModelSlsConfig `protobuf:"bytes,5,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*SlsConfigGetResp) Descriptor deprecated added in v0.0.22

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

Deprecated: Use SlsConfigGetResp.ProtoReflect.Descriptor instead.

func (*SlsConfigGetResp) GetCode added in v0.0.22

func (x *SlsConfigGetResp) GetCode() int32

func (*SlsConfigGetResp) GetData added in v0.0.22

func (x *SlsConfigGetResp) GetData() *ModelSlsConfig

func (*SlsConfigGetResp) GetMsg added in v0.0.22

func (x *SlsConfigGetResp) GetMsg() string

func (*SlsConfigGetResp) GetPath added in v0.0.22

func (x *SlsConfigGetResp) GetPath() string

func (*SlsConfigGetResp) GetRequestID added in v0.0.22

func (x *SlsConfigGetResp) GetRequestID() string

func (*SlsConfigGetResp) ProtoMessage added in v0.0.22

func (*SlsConfigGetResp) ProtoMessage()

func (*SlsConfigGetResp) ProtoReflect added in v0.0.22

func (x *SlsConfigGetResp) ProtoReflect() protoreflect.Message

func (*SlsConfigGetResp) Reset added in v0.0.22

func (x *SlsConfigGetResp) Reset()

func (*SlsConfigGetResp) String added in v0.0.22

func (x *SlsConfigGetResp) String() string

type SlsConfigSetParams added in v0.0.22

type SlsConfigSetParams struct {

	// note: 租户给自己的配置起的名字
	Key           string `protobuf:"bytes,1,opt,name=Key,proto3" json:"Key,omitempty"`
	Name          string `protobuf:"bytes,2,opt,name=Name,proto3" json:"Name,omitempty"`
	AppID         string `protobuf:"bytes,3,opt,name=AppID,proto3" json:"AppID,omitempty"`
	AppSecret     string `protobuf:"bytes,4,opt,name=AppSecret,proto3" json:"AppSecret,omitempty"`
	Endpoint      string `protobuf:"bytes,5,opt,name=Endpoint,proto3" json:"Endpoint,omitempty"`
	ProjectName   string `protobuf:"bytes,6,opt,name=ProjectName,proto3" json:"ProjectName,omitempty"`
	LogStoreName  string `protobuf:"bytes,7,opt,name=LogStoreName,proto3" json:"LogStoreName,omitempty"`
	Topic         string `protobuf:"bytes,8,opt,name=Topic,proto3" json:"Topic,omitempty"`
	ExtraTag      string `protobuf:"bytes,9,opt,name=ExtraTag,proto3" json:"ExtraTag,omitempty"`
	ExtraTagValue string `protobuf:"bytes,10,opt,name=ExtraTagValue,proto3" json:"ExtraTagValue,omitempty"`
	// contains filtered or unexported fields
}

func (*SlsConfigSetParams) Descriptor deprecated added in v0.0.22

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

Deprecated: Use SlsConfigSetParams.ProtoReflect.Descriptor instead.

func (*SlsConfigSetParams) GetAppID added in v0.0.22

func (x *SlsConfigSetParams) GetAppID() string

func (*SlsConfigSetParams) GetAppSecret added in v0.0.22

func (x *SlsConfigSetParams) GetAppSecret() string

func (*SlsConfigSetParams) GetEndpoint added in v0.0.22

func (x *SlsConfigSetParams) GetEndpoint() string

func (*SlsConfigSetParams) GetExtraTag added in v0.0.22

func (x *SlsConfigSetParams) GetExtraTag() string

func (*SlsConfigSetParams) GetExtraTagValue added in v0.0.22

func (x *SlsConfigSetParams) GetExtraTagValue() string

func (*SlsConfigSetParams) GetKey added in v0.0.22

func (x *SlsConfigSetParams) GetKey() string

func (*SlsConfigSetParams) GetLogStoreName added in v0.0.22

func (x *SlsConfigSetParams) GetLogStoreName() string

func (*SlsConfigSetParams) GetName added in v0.0.22

func (x *SlsConfigSetParams) GetName() string

func (*SlsConfigSetParams) GetProjectName added in v0.0.22

func (x *SlsConfigSetParams) GetProjectName() string

func (*SlsConfigSetParams) GetTopic added in v0.0.22

func (x *SlsConfigSetParams) GetTopic() string

func (*SlsConfigSetParams) ProtoMessage added in v0.0.22

func (*SlsConfigSetParams) ProtoMessage()

func (*SlsConfigSetParams) ProtoReflect added in v0.0.22

func (x *SlsConfigSetParams) ProtoReflect() protoreflect.Message

func (*SlsConfigSetParams) Reset added in v0.0.22

func (x *SlsConfigSetParams) Reset()

func (*SlsConfigSetParams) String added in v0.0.22

func (x *SlsConfigSetParams) String() string

type SmsConfigGetAllResp

type SmsConfigGetAllResp struct {
	Code      int32                    `protobuf:"varint,1,opt,name=code,proto3" json:"code,omitempty"`
	Msg       string                   `protobuf:"bytes,2,opt,name=msg,proto3" json:"msg,omitempty"`
	RequestID string                   `protobuf:"bytes,3,opt,name=requestID,proto3" json:"requestID,omitempty"`
	Path      string                   `protobuf:"bytes,4,opt,name=path,proto3" json:"path,omitempty"`
	Data      *SmsConfigGetAllRespData `protobuf:"bytes,5,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*SmsConfigGetAllResp) Descriptor deprecated

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

Deprecated: Use SmsConfigGetAllResp.ProtoReflect.Descriptor instead.

func (*SmsConfigGetAllResp) GetCode

func (x *SmsConfigGetAllResp) GetCode() int32

func (*SmsConfigGetAllResp) GetData

func (*SmsConfigGetAllResp) GetMsg

func (x *SmsConfigGetAllResp) GetMsg() string

func (*SmsConfigGetAllResp) GetPath

func (x *SmsConfigGetAllResp) GetPath() string

func (*SmsConfigGetAllResp) GetRequestID

func (x *SmsConfigGetAllResp) GetRequestID() string

func (*SmsConfigGetAllResp) ProtoMessage

func (*SmsConfigGetAllResp) ProtoMessage()

func (*SmsConfigGetAllResp) ProtoReflect

func (x *SmsConfigGetAllResp) ProtoReflect() protoreflect.Message

func (*SmsConfigGetAllResp) Reset

func (x *SmsConfigGetAllResp) Reset()

func (*SmsConfigGetAllResp) String

func (x *SmsConfigGetAllResp) String() string

type SmsConfigGetAllRespData

type SmsConfigGetAllRespData struct {
	Configs map[string]*ModelSmsConfig `` /* 155-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*SmsConfigGetAllRespData) Descriptor deprecated

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

Deprecated: Use SmsConfigGetAllRespData.ProtoReflect.Descriptor instead.

func (*SmsConfigGetAllRespData) GetConfigs

func (x *SmsConfigGetAllRespData) GetConfigs() map[string]*ModelSmsConfig

func (*SmsConfigGetAllRespData) ProtoMessage

func (*SmsConfigGetAllRespData) ProtoMessage()

func (*SmsConfigGetAllRespData) ProtoReflect

func (x *SmsConfigGetAllRespData) ProtoReflect() protoreflect.Message

func (*SmsConfigGetAllRespData) Reset

func (x *SmsConfigGetAllRespData) Reset()

func (*SmsConfigGetAllRespData) String

func (x *SmsConfigGetAllRespData) String() string

type SmsConfigGetResp

type SmsConfigGetResp struct {
	Code      int32           `protobuf:"varint,1,opt,name=code,proto3" json:"code,omitempty"`
	Msg       string          `protobuf:"bytes,2,opt,name=msg,proto3" json:"msg,omitempty"`
	RequestID string          `protobuf:"bytes,3,opt,name=requestID,proto3" json:"requestID,omitempty"`
	Path      string          `protobuf:"bytes,4,opt,name=path,proto3" json:"path,omitempty"`
	Data      *ModelSmsConfig `protobuf:"bytes,5,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*SmsConfigGetResp) Descriptor deprecated

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

Deprecated: Use SmsConfigGetResp.ProtoReflect.Descriptor instead.

func (*SmsConfigGetResp) GetCode

func (x *SmsConfigGetResp) GetCode() int32

func (*SmsConfigGetResp) GetData

func (x *SmsConfigGetResp) GetData() *ModelSmsConfig

func (*SmsConfigGetResp) GetMsg

func (x *SmsConfigGetResp) GetMsg() string

func (*SmsConfigGetResp) GetPath

func (x *SmsConfigGetResp) GetPath() string

func (*SmsConfigGetResp) GetRequestID

func (x *SmsConfigGetResp) GetRequestID() string

func (*SmsConfigGetResp) ProtoMessage

func (*SmsConfigGetResp) ProtoMessage()

func (*SmsConfigGetResp) ProtoReflect

func (x *SmsConfigGetResp) ProtoReflect() protoreflect.Message

func (*SmsConfigGetResp) Reset

func (x *SmsConfigGetResp) Reset()

func (*SmsConfigGetResp) String

func (x *SmsConfigGetResp) String() string

type SmsConfigSetParams

type SmsConfigSetParams struct {

	// note: 租户给自己的配置起的名字
	Key       string `protobuf:"bytes,1,opt,name=Key,proto3" json:"Key,omitempty"`
	AppID     string `protobuf:"bytes,2,opt,name=AppID,proto3" json:"AppID,omitempty"`
	AppSecret string `protobuf:"bytes,3,opt,name=AppSecret,proto3" json:"AppSecret,omitempty"`
	Endpoint  string `protobuf:"bytes,4,opt,name=Endpoint,proto3" json:"Endpoint,omitempty"`
	Template  string `protobuf:"bytes,5,opt,name=Template,proto3" json:"Template,omitempty"`
	Type      string `protobuf:"bytes,6,opt,name=Type,proto3" json:"Type,omitempty"`
	SignName  string `protobuf:"bytes,7,opt,name=SignName,proto3" json:"SignName,omitempty"`
	ParamsStr string `protobuf:"bytes,8,opt,name=ParamsStr,proto3" json:"ParamsStr,omitempty"`
	// contains filtered or unexported fields
}

func (*SmsConfigSetParams) Descriptor deprecated

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

Deprecated: Use SmsConfigSetParams.ProtoReflect.Descriptor instead.

func (*SmsConfigSetParams) GetAppID

func (x *SmsConfigSetParams) GetAppID() string

func (*SmsConfigSetParams) GetAppSecret

func (x *SmsConfigSetParams) GetAppSecret() string

func (*SmsConfigSetParams) GetEndpoint

func (x *SmsConfigSetParams) GetEndpoint() string

func (*SmsConfigSetParams) GetKey

func (x *SmsConfigSetParams) GetKey() string

func (*SmsConfigSetParams) GetParamsStr

func (x *SmsConfigSetParams) GetParamsStr() string

func (*SmsConfigSetParams) GetSignName

func (x *SmsConfigSetParams) GetSignName() string

func (*SmsConfigSetParams) GetTemplate

func (x *SmsConfigSetParams) GetTemplate() string

func (*SmsConfigSetParams) GetType

func (x *SmsConfigSetParams) GetType() string

func (*SmsConfigSetParams) ProtoMessage

func (*SmsConfigSetParams) ProtoMessage()

func (*SmsConfigSetParams) ProtoReflect

func (x *SmsConfigSetParams) ProtoReflect() protoreflect.Message

func (*SmsConfigSetParams) Reset

func (x *SmsConfigSetParams) Reset()

func (*SmsConfigSetParams) String

func (x *SmsConfigSetParams) String() string

type SystemConfigGetAllResp added in v0.0.10

type SystemConfigGetAllResp struct {
	Code      int32                       `protobuf:"varint,1,opt,name=code,proto3" json:"code,omitempty"`
	Msg       string                      `protobuf:"bytes,2,opt,name=msg,proto3" json:"msg,omitempty"`
	RequestID string                      `protobuf:"bytes,3,opt,name=requestID,proto3" json:"requestID,omitempty"`
	Path      string                      `protobuf:"bytes,4,opt,name=path,proto3" json:"path,omitempty"`
	Data      *SystemConfigGetAllRespData `protobuf:"bytes,5,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*SystemConfigGetAllResp) Descriptor deprecated added in v0.0.10

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

Deprecated: Use SystemConfigGetAllResp.ProtoReflect.Descriptor instead.

func (*SystemConfigGetAllResp) GetCode added in v0.0.10

func (x *SystemConfigGetAllResp) GetCode() int32

func (*SystemConfigGetAllResp) GetData added in v0.0.10

func (*SystemConfigGetAllResp) GetMsg added in v0.0.10

func (x *SystemConfigGetAllResp) GetMsg() string

func (*SystemConfigGetAllResp) GetPath added in v0.0.10

func (x *SystemConfigGetAllResp) GetPath() string

func (*SystemConfigGetAllResp) GetRequestID added in v0.0.10

func (x *SystemConfigGetAllResp) GetRequestID() string

func (*SystemConfigGetAllResp) ProtoMessage added in v0.0.10

func (*SystemConfigGetAllResp) ProtoMessage()

func (*SystemConfigGetAllResp) ProtoReflect added in v0.0.10

func (x *SystemConfigGetAllResp) ProtoReflect() protoreflect.Message

func (*SystemConfigGetAllResp) Reset added in v0.0.10

func (x *SystemConfigGetAllResp) Reset()

func (*SystemConfigGetAllResp) String added in v0.0.10

func (x *SystemConfigGetAllResp) String() string

type SystemConfigGetAllRespData added in v0.0.10

type SystemConfigGetAllRespData struct {
	Configs map[string]*ModelSystemConfig `` /* 155-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*SystemConfigGetAllRespData) Descriptor deprecated added in v0.0.10

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

Deprecated: Use SystemConfigGetAllRespData.ProtoReflect.Descriptor instead.

func (*SystemConfigGetAllRespData) GetConfigs added in v0.0.10

func (*SystemConfigGetAllRespData) ProtoMessage added in v0.0.10

func (*SystemConfigGetAllRespData) ProtoMessage()

func (*SystemConfigGetAllRespData) ProtoReflect added in v0.0.10

func (*SystemConfigGetAllRespData) Reset added in v0.0.10

func (x *SystemConfigGetAllRespData) Reset()

func (*SystemConfigGetAllRespData) String added in v0.0.10

func (x *SystemConfigGetAllRespData) String() string

type SystemConfigGetResp added in v0.0.10

type SystemConfigGetResp struct {
	Code      int32              `protobuf:"varint,1,opt,name=code,proto3" json:"code,omitempty"`
	Msg       string             `protobuf:"bytes,2,opt,name=msg,proto3" json:"msg,omitempty"`
	RequestID string             `protobuf:"bytes,3,opt,name=requestID,proto3" json:"requestID,omitempty"`
	Path      string             `protobuf:"bytes,4,opt,name=path,proto3" json:"path,omitempty"`
	Data      *ModelSystemConfig `protobuf:"bytes,5,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*SystemConfigGetResp) Descriptor deprecated added in v0.0.10

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

Deprecated: Use SystemConfigGetResp.ProtoReflect.Descriptor instead.

func (*SystemConfigGetResp) GetCode added in v0.0.10

func (x *SystemConfigGetResp) GetCode() int32

func (*SystemConfigGetResp) GetData added in v0.0.10

func (x *SystemConfigGetResp) GetData() *ModelSystemConfig

func (*SystemConfigGetResp) GetMsg added in v0.0.10

func (x *SystemConfigGetResp) GetMsg() string

func (*SystemConfigGetResp) GetPath added in v0.0.10

func (x *SystemConfigGetResp) GetPath() string

func (*SystemConfigGetResp) GetRequestID added in v0.0.10

func (x *SystemConfigGetResp) GetRequestID() string

func (*SystemConfigGetResp) ProtoMessage added in v0.0.10

func (*SystemConfigGetResp) ProtoMessage()

func (*SystemConfigGetResp) ProtoReflect added in v0.0.10

func (x *SystemConfigGetResp) ProtoReflect() protoreflect.Message

func (*SystemConfigGetResp) Reset added in v0.0.10

func (x *SystemConfigGetResp) Reset()

func (*SystemConfigGetResp) String added in v0.0.10

func (x *SystemConfigGetResp) String() string

type SystemConfigSetParams added in v0.0.10

type SystemConfigSetParams struct {

	// note: 租户给自己的配置起的名字
	Key    string `protobuf:"bytes,1,opt,name=Key,proto3" json:"Key,omitempty"`
	Name   string `protobuf:"bytes,2,opt,name=Name,proto3" json:"Name,omitempty"`
	Desc   string `protobuf:"bytes,3,opt,name=Desc,proto3" json:"Desc,omitempty"`
	Domain string `protobuf:"bytes,4,opt,name=Domain,proto3" json:"Domain,omitempty"`
	Ip     string `protobuf:"bytes,5,opt,name=Ip,proto3" json:"Ip,omitempty"`
	Port   int64  `protobuf:"varint,6,opt,name=Port,proto3" json:"Port,omitempty"`
	// contains filtered or unexported fields
}

func (*SystemConfigSetParams) Descriptor deprecated added in v0.0.10

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

Deprecated: Use SystemConfigSetParams.ProtoReflect.Descriptor instead.

func (*SystemConfigSetParams) GetDesc added in v0.0.10

func (x *SystemConfigSetParams) GetDesc() string

func (*SystemConfigSetParams) GetDomain added in v0.0.10

func (x *SystemConfigSetParams) GetDomain() string

func (*SystemConfigSetParams) GetIp added in v0.0.10

func (x *SystemConfigSetParams) GetIp() string

func (*SystemConfigSetParams) GetKey added in v0.0.10

func (x *SystemConfigSetParams) GetKey() string

func (*SystemConfigSetParams) GetName added in v0.0.10

func (x *SystemConfigSetParams) GetName() string

func (*SystemConfigSetParams) GetPort added in v0.0.10

func (x *SystemConfigSetParams) GetPort() int64

func (*SystemConfigSetParams) ProtoMessage added in v0.0.10

func (*SystemConfigSetParams) ProtoMessage()

func (*SystemConfigSetParams) ProtoReflect added in v0.0.10

func (x *SystemConfigSetParams) ProtoReflect() protoreflect.Message

func (*SystemConfigSetParams) Reset added in v0.0.10

func (x *SystemConfigSetParams) Reset()

func (*SystemConfigSetParams) String added in v0.0.10

func (x *SystemConfigSetParams) String() string

type UnimplementedCloudCServiceServer

type UnimplementedCloudCServiceServer struct {
}

UnimplementedCloudCServiceServer must be embedded to have forward compatible implementations.

func (UnimplementedCloudCServiceServer) CaptchaConfigGet added in v0.0.2

func (UnimplementedCloudCServiceServer) CaptchaConfigGetAll added in v0.0.2

func (UnimplementedCloudCServiceServer) CaptchaConfigSet added in v0.0.2

func (UnimplementedCloudCServiceServer) DouyinConfigGet added in v0.0.2

func (UnimplementedCloudCServiceServer) DouyinConfigGetAll added in v0.0.2

func (UnimplementedCloudCServiceServer) DouyinConfigSet added in v0.0.2

func (UnimplementedCloudCServiceServer) EmsConfigGet

func (UnimplementedCloudCServiceServer) EmsConfigGetAll

func (UnimplementedCloudCServiceServer) EmsConfigSet

func (UnimplementedCloudCServiceServer) OssConfigGet

func (UnimplementedCloudCServiceServer) OssConfigGetAll

func (UnimplementedCloudCServiceServer) OssConfigSet

func (UnimplementedCloudCServiceServer) SlsConfigGet added in v0.0.22

func (UnimplementedCloudCServiceServer) SlsConfigGetAll added in v0.0.22

func (UnimplementedCloudCServiceServer) SlsConfigSet added in v0.0.22

func (UnimplementedCloudCServiceServer) SmsConfigGet

func (UnimplementedCloudCServiceServer) SmsConfigGetAll

func (UnimplementedCloudCServiceServer) SmsConfigSet

func (UnimplementedCloudCServiceServer) SystemConfigGet added in v0.0.10

func (UnimplementedCloudCServiceServer) SystemConfigGetAll added in v0.0.10

func (UnimplementedCloudCServiceServer) SystemConfigSet added in v0.0.10

func (UnimplementedCloudCServiceServer) WechatConfigGet

func (UnimplementedCloudCServiceServer) WechatConfigGetAll

func (UnimplementedCloudCServiceServer) WechatConfigSet

type UnsafeCloudCServiceServer

type UnsafeCloudCServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeCloudCServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to CloudCServiceServer will result in compilation errors.

type WechatConfigGetAllResp

type WechatConfigGetAllResp struct {
	Code      int32                       `protobuf:"varint,1,opt,name=code,proto3" json:"code,omitempty"`
	Msg       string                      `protobuf:"bytes,2,opt,name=msg,proto3" json:"msg,omitempty"`
	RequestID string                      `protobuf:"bytes,3,opt,name=requestID,proto3" json:"requestID,omitempty"`
	Path      string                      `protobuf:"bytes,4,opt,name=path,proto3" json:"path,omitempty"`
	Data      *WechatConfigGetAllRespData `protobuf:"bytes,5,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*WechatConfigGetAllResp) Descriptor deprecated

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

Deprecated: Use WechatConfigGetAllResp.ProtoReflect.Descriptor instead.

func (*WechatConfigGetAllResp) GetCode

func (x *WechatConfigGetAllResp) GetCode() int32

func (*WechatConfigGetAllResp) GetData

func (*WechatConfigGetAllResp) GetMsg

func (x *WechatConfigGetAllResp) GetMsg() string

func (*WechatConfigGetAllResp) GetPath

func (x *WechatConfigGetAllResp) GetPath() string

func (*WechatConfigGetAllResp) GetRequestID

func (x *WechatConfigGetAllResp) GetRequestID() string

func (*WechatConfigGetAllResp) ProtoMessage

func (*WechatConfigGetAllResp) ProtoMessage()

func (*WechatConfigGetAllResp) ProtoReflect

func (x *WechatConfigGetAllResp) ProtoReflect() protoreflect.Message

func (*WechatConfigGetAllResp) Reset

func (x *WechatConfigGetAllResp) Reset()

func (*WechatConfigGetAllResp) String

func (x *WechatConfigGetAllResp) String() string

type WechatConfigGetAllRespData

type WechatConfigGetAllRespData struct {
	Configs map[string]*ModelWechatConfig `` /* 155-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*WechatConfigGetAllRespData) Descriptor deprecated

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

Deprecated: Use WechatConfigGetAllRespData.ProtoReflect.Descriptor instead.

func (*WechatConfigGetAllRespData) GetConfigs

func (*WechatConfigGetAllRespData) ProtoMessage

func (*WechatConfigGetAllRespData) ProtoMessage()

func (*WechatConfigGetAllRespData) ProtoReflect

func (*WechatConfigGetAllRespData) Reset

func (x *WechatConfigGetAllRespData) Reset()

func (*WechatConfigGetAllRespData) String

func (x *WechatConfigGetAllRespData) String() string

type WechatConfigGetResp

type WechatConfigGetResp struct {
	Code      int32              `protobuf:"varint,1,opt,name=code,proto3" json:"code,omitempty"`
	Msg       string             `protobuf:"bytes,2,opt,name=msg,proto3" json:"msg,omitempty"`
	RequestID string             `protobuf:"bytes,3,opt,name=requestID,proto3" json:"requestID,omitempty"`
	Path      string             `protobuf:"bytes,4,opt,name=path,proto3" json:"path,omitempty"`
	Data      *ModelWechatConfig `protobuf:"bytes,5,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*WechatConfigGetResp) Descriptor deprecated

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

Deprecated: Use WechatConfigGetResp.ProtoReflect.Descriptor instead.

func (*WechatConfigGetResp) GetCode

func (x *WechatConfigGetResp) GetCode() int32

func (*WechatConfigGetResp) GetData

func (x *WechatConfigGetResp) GetData() *ModelWechatConfig

func (*WechatConfigGetResp) GetMsg

func (x *WechatConfigGetResp) GetMsg() string

func (*WechatConfigGetResp) GetPath

func (x *WechatConfigGetResp) GetPath() string

func (*WechatConfigGetResp) GetRequestID

func (x *WechatConfigGetResp) GetRequestID() string

func (*WechatConfigGetResp) ProtoMessage

func (*WechatConfigGetResp) ProtoMessage()

func (*WechatConfigGetResp) ProtoReflect

func (x *WechatConfigGetResp) ProtoReflect() protoreflect.Message

func (*WechatConfigGetResp) Reset

func (x *WechatConfigGetResp) Reset()

func (*WechatConfigGetResp) String

func (x *WechatConfigGetResp) String() string

type WechatConfigSetParams

type WechatConfigSetParams struct {

	// note: 租户给自己的配置起的名字
	Key string `protobuf:"bytes,1,opt,name=Key,proto3" json:"Key,omitempty"`
	// note: 租户的微信公众号信息
	GhId      string `protobuf:"bytes,2,opt,name=GhId,proto3" json:"GhId,omitempty"`
	AppID     string `protobuf:"bytes,3,opt,name=AppID,proto3" json:"AppID,omitempty"`
	AppSecret string `protobuf:"bytes,4,opt,name=AppSecret,proto3" json:"AppSecret,omitempty"`
	AppName   string `protobuf:"bytes,5,opt,name=AppName,proto3" json:"AppName,omitempty"`
	// contains filtered or unexported fields
}

func (*WechatConfigSetParams) Descriptor deprecated

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

Deprecated: Use WechatConfigSetParams.ProtoReflect.Descriptor instead.

func (*WechatConfigSetParams) GetAppID

func (x *WechatConfigSetParams) GetAppID() string

func (*WechatConfigSetParams) GetAppName

func (x *WechatConfigSetParams) GetAppName() string

func (*WechatConfigSetParams) GetAppSecret

func (x *WechatConfigSetParams) GetAppSecret() string

func (*WechatConfigSetParams) GetGhId

func (x *WechatConfigSetParams) GetGhId() string

func (*WechatConfigSetParams) GetKey

func (x *WechatConfigSetParams) GetKey() string

func (*WechatConfigSetParams) ProtoMessage

func (*WechatConfigSetParams) ProtoMessage()

func (*WechatConfigSetParams) ProtoReflect

func (x *WechatConfigSetParams) ProtoReflect() protoreflect.Message

func (*WechatConfigSetParams) Reset

func (x *WechatConfigSetParams) Reset()

func (*WechatConfigSetParams) String

func (x *WechatConfigSetParams) String() string

Jump to

Keyboard shortcuts

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