usercenter

package
v1.0.1 Latest Latest
Warning

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

Go to latest
Published: May 13, 2024 License: Apache-2.0 Imports: 15 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	Code_name = map[int32]string{
		0:     "None",
		20000: "Success",
		50000: "InternalServerError",
		40000: "BadRequest",
		40001: "Unauthorized",
		40002: "ErrRecordNotFound",
		41001: "UserNameOrPasswordIsWrong",
		41002: "UserIsNotExist",
		41003: "NoPermission",
		41004: "TokenInvalid",
		41005: "TokenExpired",
		41006: "UserDisabled",
	}
	Code_value = map[string]int32{
		"None":                      0,
		"Success":                   20000,
		"InternalServerError":       50000,
		"BadRequest":                40000,
		"Unauthorized":              40001,
		"ErrRecordNotFound":         40002,
		"UserNameOrPasswordIsWrong": 41001,
		"UserIsNotExist":            41002,
		"NoPermission":              41003,
		"TokenInvalid":              41004,
		"TokenExpired":              41005,
		"UserDisabled":              41006,
	}
)

Enum value maps for Code.

View Source
var API_ServiceDesc = grpc_go.ServiceDesc{
	ServiceName: "usercenter.API",
	HandlerType: (*APIServer)(nil),
	Methods: []grpc_go.MethodDesc{
		{
			MethodName: "Add",
			Handler:    _API_Add_Handler,
		},
		{
			MethodName: "Update",
			Handler:    _API_Update_Handler,
		},
		{
			MethodName: "Delete",
			Handler:    _API_Delete_Handler,
		},
		{
			MethodName: "Query",
			Handler:    _API_Query_Handler,
		},
		{
			MethodName: "Enable",
			Handler:    _API_Enable_Handler,
		},
		{
			MethodName: "GetAll",
			Handler:    _API_GetAll_Handler,
		},
		{
			MethodName: "GetDetail",
			Handler:    _API_GetDetail_Handler,
		},
		{
			MethodName: "Export",
			Handler:    _API_Export_Handler,
		},
	},
	Streams:  []grpc_go.StreamDesc{},
	Metadata: "api.proto",
}

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

View Source
var APP_ServiceDesc = grpc_go.ServiceDesc{
	ServiceName: "usercenter.APP",
	HandlerType: (*APPServer)(nil),
	Methods: []grpc_go.MethodDesc{
		{
			MethodName: "Export",
			Handler:    _APP_Export_Handler,
		},
	},
	Streams:  []grpc_go.StreamDesc{},
	Metadata: "app.proto",
}

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

View Source
var Dictionaries_ServiceDesc = grpc_go.ServiceDesc{
	ServiceName: "usercenter.Dictionaries",
	HandlerType: (*DictionariesServer)(nil),
	Methods: []grpc_go.MethodDesc{
		{
			MethodName: "Add",
			Handler:    _Dictionaries_Add_Handler,
		},
		{
			MethodName: "Update",
			Handler:    _Dictionaries_Update_Handler,
		},
		{
			MethodName: "Delete",
			Handler:    _Dictionaries_Delete_Handler,
		},
		{
			MethodName: "Query",
			Handler:    _Dictionaries_Query_Handler,
		},
		{
			MethodName: "GetAll",
			Handler:    _Dictionaries_GetAll_Handler,
		},
		{
			MethodName: "GetDetail",
			Handler:    _Dictionaries_GetDetail_Handler,
		},
		{
			MethodName: "Export",
			Handler:    _Dictionaries_Export_Handler,
		},
	},
	Streams:  []grpc_go.StreamDesc{},
	Metadata: "dictionaries.proto",
}

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

View Source
var File_common_proto protoreflect.FileDescriptor
View Source
var File_dictionaries_proto protoreflect.FileDescriptor
View Source
var File_form_component_proto protoreflect.FileDescriptor
View Source
var File_identity_proto protoreflect.FileDescriptor
View Source
var File_language_proto protoreflect.FileDescriptor
View Source
var File_project_proto protoreflect.FileDescriptor
View Source
var File_system_config_proto protoreflect.FileDescriptor
View Source
var File_tenant_proto protoreflect.FileDescriptor
View Source
var File_web_site_proto protoreflect.FileDescriptor
View Source
var File_wechat_config_proto protoreflect.FileDescriptor
View Source
var File_wechat_proto protoreflect.FileDescriptor
View Source
var FormComponent_ServiceDesc = grpc_go.ServiceDesc{
	ServiceName: "usercenter.FormComponent",
	HandlerType: (*FormComponentServer)(nil),
	Methods: []grpc_go.MethodDesc{
		{
			MethodName: "Add",
			Handler:    _FormComponent_Add_Handler,
		},
		{
			MethodName: "Update",
			Handler:    _FormComponent_Update_Handler,
		},
		{
			MethodName: "Delete",
			Handler:    _FormComponent_Delete_Handler,
		},
		{
			MethodName: "Query",
			Handler:    _FormComponent_Query_Handler,
		},
		{
			MethodName: "GetDetail",
			Handler:    _FormComponent_GetDetail_Handler,
		},
	},
	Streams:  []grpc_go.StreamDesc{},
	Metadata: "form_component.proto",
}

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

View Source
var Identity_ServiceDesc = grpc_go.ServiceDesc{
	ServiceName: "usercenter.Identity",
	HandlerType: (*IdentityServer)(nil),
	Methods: []grpc_go.MethodDesc{
		{
			MethodName: "Authenticate",
			Handler:    _Identity_Authenticate_Handler,
		},
		{
			MethodName: "DecodeToken",
			Handler:    _Identity_DecodeToken_Handler,
		},
	},
	Streams:  []grpc_go.StreamDesc{},
	Metadata: "identity.proto",
}

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

View Source
var Language_ServiceDesc = grpc_go.ServiceDesc{
	ServiceName: "usercenter.Language",
	HandlerType: (*LanguageServer)(nil),
	Methods: []grpc_go.MethodDesc{
		{
			MethodName: "Add",
			Handler:    _Language_Add_Handler,
		},
		{
			MethodName: "Update",
			Handler:    _Language_Update_Handler,
		},
		{
			MethodName: "Delete",
			Handler:    _Language_Delete_Handler,
		},
		{
			MethodName: "Query",
			Handler:    _Language_Query_Handler,
		},
		{
			MethodName: "GetAll",
			Handler:    _Language_GetAll_Handler,
		},
		{
			MethodName: "GetDetail",
			Handler:    _Language_GetDetail_Handler,
		},
		{
			MethodName: "Export",
			Handler:    _Language_Export_Handler,
		},
	},
	Streams:  []grpc_go.StreamDesc{},
	Metadata: "language.proto",
}

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

View Source
var Menu_ServiceDesc = grpc_go.ServiceDesc{
	ServiceName: "usercenter.Menu",
	HandlerType: (*MenuServer)(nil),
	Methods: []grpc_go.MethodDesc{
		{
			MethodName: "Add",
			Handler:    _Menu_Add_Handler,
		},
		{
			MethodName: "Update",
			Handler:    _Menu_Update_Handler,
		},
		{
			MethodName: "Delete",
			Handler:    _Menu_Delete_Handler,
		},
		{
			MethodName: "Query",
			Handler:    _Menu_Query_Handler,
		},
		{
			MethodName: "GetAll",
			Handler:    _Menu_GetAll_Handler,
		},
		{
			MethodName: "GetDetail",
			Handler:    _Menu_GetDetail_Handler,
		},
		{
			MethodName: "Export",
			Handler:    _Menu_Export_Handler,
		},
	},
	Streams:  []grpc_go.StreamDesc{},
	Metadata: "menu.proto",
}

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

View Source
var Project_ServiceDesc = grpc_go.ServiceDesc{
	ServiceName: "usercenter.Project",
	HandlerType: (*ProjectServer)(nil),
	Methods: []grpc_go.MethodDesc{
		{
			MethodName: "Add",
			Handler:    _Project_Add_Handler,
		},
		{
			MethodName: "Update",
			Handler:    _Project_Update_Handler,
		},
		{
			MethodName: "Delete",
			Handler:    _Project_Delete_Handler,
		},
		{
			MethodName: "Query",
			Handler:    _Project_Query_Handler,
		},
		{
			MethodName: "GetDetail",
			Handler:    _Project_GetDetail_Handler,
		},
		{
			MethodName: "Export",
			Handler:    _Project_Export_Handler,
		},
	},
	Streams:  []grpc_go.StreamDesc{},
	Metadata: "project.proto",
}

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

View Source
var Role_ServiceDesc = grpc_go.ServiceDesc{
	ServiceName: "usercenter.Role",
	HandlerType: (*RoleServer)(nil),
	Methods: []grpc_go.MethodDesc{
		{
			MethodName: "Add",
			Handler:    _Role_Add_Handler,
		},
		{
			MethodName: "Update",
			Handler:    _Role_Update_Handler,
		},
		{
			MethodName: "Delete",
			Handler:    _Role_Delete_Handler,
		},
		{
			MethodName: "Query",
			Handler:    _Role_Query_Handler,
		},
		{
			MethodName: "GetAll",
			Handler:    _Role_GetAll_Handler,
		},
		{
			MethodName: "GetDetail",
			Handler:    _Role_GetDetail_Handler,
		},
		{
			MethodName: "StatisticCount",
			Handler:    _Role_StatisticCount_Handler,
		},
		{
			MethodName: "Export",
			Handler:    _Role_Export_Handler,
		},
	},
	Streams:  []grpc_go.StreamDesc{},
	Metadata: "role.proto",
}

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

View Source
var SystemConfig_ServiceDesc = grpc_go.ServiceDesc{
	ServiceName: "usercenter.SystemConfig",
	HandlerType: (*SystemConfigServer)(nil),
	Methods: []grpc_go.MethodDesc{
		{
			MethodName: "Add",
			Handler:    _SystemConfig_Add_Handler,
		},
		{
			MethodName: "Update",
			Handler:    _SystemConfig_Update_Handler,
		},
		{
			MethodName: "Delete",
			Handler:    _SystemConfig_Delete_Handler,
		},
		{
			MethodName: "Query",
			Handler:    _SystemConfig_Query_Handler,
		},
		{
			MethodName: "GetAll",
			Handler:    _SystemConfig_GetAll_Handler,
		},
		{
			MethodName: "GetDetail",
			Handler:    _SystemConfig_GetDetail_Handler,
		},
		{
			MethodName: "Export",
			Handler:    _SystemConfig_Export_Handler,
		},
	},
	Streams:  []grpc_go.StreamDesc{},
	Metadata: "system_config.proto",
}

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

View Source
var Tenant_ServiceDesc = grpc_go.ServiceDesc{
	ServiceName: "usercenter.Tenant",
	HandlerType: (*TenantServer)(nil),
	Methods: []grpc_go.MethodDesc{
		{
			MethodName: "Add",
			Handler:    _Tenant_Add_Handler,
		},
		{
			MethodName: "Update",
			Handler:    _Tenant_Update_Handler,
		},
		{
			MethodName: "Delete",
			Handler:    _Tenant_Delete_Handler,
		},
		{
			MethodName: "Query",
			Handler:    _Tenant_Query_Handler,
		},
		{
			MethodName: "Enable",
			Handler:    _Tenant_Enable_Handler,
		},
		{
			MethodName: "GetAll",
			Handler:    _Tenant_GetAll_Handler,
		},
		{
			MethodName: "GetDetail",
			Handler:    _Tenant_GetDetail_Handler,
		},
		{
			MethodName: "StatisticCount",
			Handler:    _Tenant_StatisticCount_Handler,
		},
		{
			MethodName: "Export",
			Handler:    _Tenant_Export_Handler,
		},
	},
	Streams:  []grpc_go.StreamDesc{},
	Metadata: "tenant.proto",
}

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

View Source
var User_ServiceDesc = grpc_go.ServiceDesc{
	ServiceName: "usercenter.User",
	HandlerType: (*UserServer)(nil),
	Methods: []grpc_go.MethodDesc{
		{
			MethodName: "Login",
			Handler:    _User_Login_Handler,
		},
		{
			MethodName: "Add",
			Handler:    _User_Add_Handler,
		},
		{
			MethodName: "Update",
			Handler:    _User_Update_Handler,
		},
		{
			MethodName: "Delete",
			Handler:    _User_Delete_Handler,
		},
		{
			MethodName: "Query",
			Handler:    _User_Query_Handler,
		},
		{
			MethodName: "GetProfile",
			Handler:    _User_GetProfile_Handler,
		},
		{
			MethodName: "Enable",
			Handler:    _User_Enable_Handler,
		},
		{
			MethodName: "GetAll",
			Handler:    _User_GetAll_Handler,
		},
		{
			MethodName: "GetDetail",
			Handler:    _User_GetDetail_Handler,
		},
		{
			MethodName: "ResetPwd",
			Handler:    _User_ResetPwd_Handler,
		},
		{
			MethodName: "ChangePwd",
			Handler:    _User_ChangePwd_Handler,
		},
		{
			MethodName: "Logout",
			Handler:    _User_Logout_Handler,
		},
		{
			MethodName: "UpdateProfile",
			Handler:    _User_UpdateProfile_Handler,
		},
		{
			MethodName: "UpdateProfileAndUserName",
			Handler:    _User_UpdateProfileAndUserName_Handler,
		},
		{
			MethodName: "StatisticCount",
			Handler:    _User_StatisticCount_Handler,
		},
		{
			MethodName: "Export",
			Handler:    _User_Export_Handler,
		},
		{
			MethodName: "UpdateBasics",
			Handler:    _User_UpdateBasics_Handler,
		},
		{
			MethodName: "GetBasics",
			Handler:    _User_GetBasics_Handler,
		},
		{
			MethodName: "UpdateUserAgeHeightWeight",
			Handler:    _User_UpdateUserAgeHeightWeight_Handler,
		},
		{
			MethodName: "LoginByStaffNo",
			Handler:    _User_LoginByStaffNo_Handler,
		},
		{
			MethodName: "LogoutByUserName",
			Handler:    _User_LogoutByUserName_Handler,
		},
	},
	Streams:  []grpc_go.StreamDesc{},
	Metadata: "user.proto",
}

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

View Source
var WebSite_ServiceDesc = grpc_go.ServiceDesc{
	ServiceName: "usercenter.WebSite",
	HandlerType: (*WebSiteServer)(nil),
	Methods: []grpc_go.MethodDesc{
		{
			MethodName: "Add",
			Handler:    _WebSite_Add_Handler,
		},
		{
			MethodName: "Update",
			Handler:    _WebSite_Update_Handler,
		},
		{
			MethodName: "Delete",
			Handler:    _WebSite_Delete_Handler,
		},
		{
			MethodName: "Query",
			Handler:    _WebSite_Query_Handler,
		},
		{
			MethodName: "GetAll",
			Handler:    _WebSite_GetAll_Handler,
		},
		{
			MethodName: "GetDetail",
			Handler:    _WebSite_GetDetail_Handler,
		},
		{
			MethodName: "Export",
			Handler:    _WebSite_Export_Handler,
		},
	},
	Streams:  []grpc_go.StreamDesc{},
	Metadata: "web_site.proto",
}

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

View Source
var WechatConfig_ServiceDesc = grpc_go.ServiceDesc{
	ServiceName: "usercenter.WechatConfig",
	HandlerType: (*WechatConfigServer)(nil),
	Methods: []grpc_go.MethodDesc{
		{
			MethodName: "Add",
			Handler:    _WechatConfig_Add_Handler,
		},
		{
			MethodName: "Update",
			Handler:    _WechatConfig_Update_Handler,
		},
		{
			MethodName: "Delete",
			Handler:    _WechatConfig_Delete_Handler,
		},
		{
			MethodName: "Query",
			Handler:    _WechatConfig_Query_Handler,
		},
		{
			MethodName: "GetAll",
			Handler:    _WechatConfig_GetAll_Handler,
		},
		{
			MethodName: "GetDetail",
			Handler:    _WechatConfig_GetDetail_Handler,
		},
		{
			MethodName: "Export",
			Handler:    _WechatConfig_Export_Handler,
		},
	},
	Streams:  []grpc_go.StreamDesc{},
	Metadata: "wechat_config.proto",
}

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

View Source
var Wechat_ServiceDesc = grpc_go.ServiceDesc{
	ServiceName: "usercenter.Wechat",
	HandlerType: (*WechatServer)(nil),
	Methods: []grpc_go.MethodDesc{
		{
			MethodName: "SendTplMsg",
			Handler:    _Wechat_SendTplMsg_Handler,
		},
	},
	Streams:  []grpc_go.StreamDesc{},
	Metadata: "wechat.proto",
}

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

Functions

func RegisterAPIServer

func RegisterAPIServer(s grpc_go.ServiceRegistrar, srv APIServer)

func RegisterAPPServer

func RegisterAPPServer(s grpc_go.ServiceRegistrar, srv APPServer)

func RegisterDictionariesServer

func RegisterDictionariesServer(s grpc_go.ServiceRegistrar, srv DictionariesServer)

func RegisterFormComponentServer

func RegisterFormComponentServer(s grpc_go.ServiceRegistrar, srv FormComponentServer)

func RegisterIdentityServer

func RegisterIdentityServer(s grpc_go.ServiceRegistrar, srv IdentityServer)

func RegisterLanguageServer

func RegisterLanguageServer(s grpc_go.ServiceRegistrar, srv LanguageServer)

func RegisterMenuServer

func RegisterMenuServer(s grpc_go.ServiceRegistrar, srv MenuServer)

func RegisterProjectServer

func RegisterProjectServer(s grpc_go.ServiceRegistrar, srv ProjectServer)

func RegisterRoleServer

func RegisterRoleServer(s grpc_go.ServiceRegistrar, srv RoleServer)

func RegisterSystemConfigServer

func RegisterSystemConfigServer(s grpc_go.ServiceRegistrar, srv SystemConfigServer)

func RegisterTenantServer

func RegisterTenantServer(s grpc_go.ServiceRegistrar, srv TenantServer)

func RegisterUserServer

func RegisterUserServer(s grpc_go.ServiceRegistrar, srv UserServer)

func RegisterWebSiteServer

func RegisterWebSiteServer(s grpc_go.ServiceRegistrar, srv WebSiteServer)

func RegisterWechatConfigServer

func RegisterWechatConfigServer(s grpc_go.ServiceRegistrar, srv WechatConfigServer)

func RegisterWechatServer

func RegisterWechatServer(s grpc_go.ServiceRegistrar, srv WechatServer)

Types

type APIClientImpl

type APIClientImpl struct {
	Add       func(ctx context.Context, in *APIInfo) (*CommonResponse, error)
	Update    func(ctx context.Context, in *APIInfo) (*CommonResponse, error)
	Delete    func(ctx context.Context, in *DelRequest) (*CommonResponse, error)
	Query     func(ctx context.Context, in *QueryAPIRequest) (*QueryAPIResponse, error)
	Enable    func(ctx context.Context, in *EnableRequest) (*CommonResponse, error)
	GetAll    func(ctx context.Context, in *QueryAPIRequest) (*GetAllAPIResponse, error)
	GetDetail func(ctx context.Context, in *GetDetailRequest) (*GetAPIDetailResponse, error)
	Export    func(ctx context.Context, in *CommonExportRequest) (*CommonExportResponse, error)
}

func (*APIClientImpl) GetDubboStub

func (c *APIClientImpl) GetDubboStub(cc *triple.TripleConn) APIClient

func (*APIClientImpl) XXX_InterfaceName

func (c *APIClientImpl) XXX_InterfaceName() string

type APIInfo

type APIInfo struct {

	//UUID
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id"`
	//路径
	// @inject_tag: validate:"required"
	Path string `protobuf:"bytes,2,opt,name=path,proto3" json:"path" validate:"required"`
	//分组
	Group string `protobuf:"bytes,3,opt,name=group,proto3" json:"group"`
	//方法 GET POST PUT 等等
	// @inject_tag: validate:"required"
	Method string `protobuf:"bytes,4,opt,name=method,proto3" json:"method" validate:"required"`
	//描述
	Description string `protobuf:"bytes,5,opt,name=description,proto3" json:"description"`
	//是否启用
	Enable bool `protobuf:"varint,6,opt,name=enable,proto3" json:"enable"`
	//是否检查权限
	CheckAuth bool `protobuf:"varint,7,opt,name=checkAuth,proto3" json:"checkAuth"`
	//是否需要登录
	CheckLogin bool   `protobuf:"varint,8,opt,name=checkLogin,proto3" json:"checkLogin"`
	ProjectID  string `protobuf:"bytes,9,opt,name=projectID,proto3" json:"projectID"`
	TenantID   string `protobuf:"bytes,10,opt,name=tenantID,proto3" json:"tenantID"`
	//系统必须要有的数据
	IsMust bool `protobuf:"varint,11,opt,name=isMust,proto3" json:"isMust"`
	// contains filtered or unexported fields
}

func (*APIInfo) Descriptor deprecated

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

Deprecated: Use APIInfo.ProtoReflect.Descriptor instead.

func (*APIInfo) GetCheckAuth

func (x *APIInfo) GetCheckAuth() bool

func (*APIInfo) GetCheckLogin

func (x *APIInfo) GetCheckLogin() bool

func (*APIInfo) GetDescription

func (x *APIInfo) GetDescription() string

func (*APIInfo) GetEnable

func (x *APIInfo) GetEnable() bool

func (*APIInfo) GetGroup

func (x *APIInfo) GetGroup() string

func (*APIInfo) GetId

func (x *APIInfo) GetId() string

func (*APIInfo) GetIsMust

func (x *APIInfo) GetIsMust() bool

func (*APIInfo) GetMethod

func (x *APIInfo) GetMethod() string

func (*APIInfo) GetPath

func (x *APIInfo) GetPath() string

func (*APIInfo) GetProjectID

func (x *APIInfo) GetProjectID() string

func (*APIInfo) GetTenantID

func (x *APIInfo) GetTenantID() string

func (*APIInfo) ProtoMessage

func (*APIInfo) ProtoMessage()

func (*APIInfo) ProtoReflect

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

func (*APIInfo) Reset

func (x *APIInfo) Reset()

func (*APIInfo) String

func (x *APIInfo) String() string

type APIServer

APIServer is the server API for API service. All implementations must embed UnimplementedAPIServer for forward compatibility

type APPClient

type APPClient interface {
	Export(ctx context.Context, in *CommonExportRequest, opts ...grpc_go.CallOption) (*CommonExportResponse, common.ErrorWithAttachment)
}

APPClient is the client API for APP service.

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

func NewAPPClient

func NewAPPClient(cc *triple.TripleConn) APPClient

type APPClientImpl

type APPClientImpl struct {
	Export func(ctx context.Context, in *CommonExportRequest) (*CommonExportResponse, error)
}

func (*APPClientImpl) GetDubboStub

func (c *APPClientImpl) GetDubboStub(cc *triple.TripleConn) APPClient

func (*APPClientImpl) XXX_InterfaceName

func (c *APPClientImpl) XXX_InterfaceName() string

type APPServer

type APPServer interface {
	Export(context.Context, *CommonExportRequest) (*CommonExportResponse, error)
	// contains filtered or unexported methods
}

APPServer is the server API for APP service. All implementations must embed UnimplementedAPPServer for forward compatibility

type AuthenticateRequest

type AuthenticateRequest struct {

	// @inject_tag: validate:"required"
	Token string `protobuf:"bytes,1,opt,name=token,proto3" json:"token" validate:"required"`
	// @inject_tag: validate:"required"
	Url       string `protobuf:"bytes,2,opt,name=url,proto3" json:"url" validate:"required"`
	CheckAuth bool   `protobuf:"varint,3,opt,name=checkAuth,proto3" json:"checkAuth"`
	// @inject_tag: validate:"required"
	Method string `protobuf:"bytes,4,opt,name=method,proto3" json:"method" validate:"required"`
	// contains filtered or unexported fields
}

func (*AuthenticateRequest) Descriptor deprecated

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

Deprecated: Use AuthenticateRequest.ProtoReflect.Descriptor instead.

func (*AuthenticateRequest) GetCheckAuth

func (x *AuthenticateRequest) GetCheckAuth() bool

func (*AuthenticateRequest) GetMethod

func (x *AuthenticateRequest) GetMethod() string

func (*AuthenticateRequest) GetToken

func (x *AuthenticateRequest) GetToken() string

func (*AuthenticateRequest) GetUrl

func (x *AuthenticateRequest) GetUrl() string

func (*AuthenticateRequest) ProtoMessage

func (*AuthenticateRequest) ProtoMessage()

func (*AuthenticateRequest) ProtoReflect

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

func (*AuthenticateRequest) Reset

func (x *AuthenticateRequest) Reset()

func (*AuthenticateRequest) String

func (x *AuthenticateRequest) String() string

type AuthenticateResponse

type AuthenticateResponse struct {
	Code        Code         `protobuf:"varint,1,opt,name=code,proto3,enum=usercenter.Code" json:"code"`
	Message     string       `protobuf:"bytes,2,opt,name=message,proto3" json:"message"`
	CurrentUser *CurrentUser `protobuf:"bytes,3,opt,name=currentUser,proto3" json:"currentUser"`
	// contains filtered or unexported fields
}

func (*AuthenticateResponse) Descriptor deprecated

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

Deprecated: Use AuthenticateResponse.ProtoReflect.Descriptor instead.

func (*AuthenticateResponse) GetCode

func (x *AuthenticateResponse) GetCode() Code

func (*AuthenticateResponse) GetCurrentUser

func (x *AuthenticateResponse) GetCurrentUser() *CurrentUser

func (*AuthenticateResponse) GetMessage

func (x *AuthenticateResponse) GetMessage() string

func (*AuthenticateResponse) ProtoMessage

func (*AuthenticateResponse) ProtoMessage()

func (*AuthenticateResponse) ProtoReflect

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

func (*AuthenticateResponse) Reset

func (x *AuthenticateResponse) Reset()

func (*AuthenticateResponse) String

func (x *AuthenticateResponse) String() string

type BasicsInfo

type BasicsInfo struct {
	Id       string  `protobuf:"bytes,1,opt,name=id,proto3" json:"id"`
	Gender   bool    `protobuf:"varint,2,opt,name=gender,proto3" json:"gender"`
	Age      int32   `protobuf:"varint,3,opt,name=age,proto3" json:"age"`
	Nickname string  `protobuf:"bytes,4,opt,name=nickname,proto3" json:"nickname"`
	Height   float32 `protobuf:"fixed32,5,opt,name=height,proto3" json:"height"`
	// contains filtered or unexported fields
}

func (*BasicsInfo) Descriptor deprecated

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

Deprecated: Use BasicsInfo.ProtoReflect.Descriptor instead.

func (*BasicsInfo) GetAge

func (x *BasicsInfo) GetAge() int32

func (*BasicsInfo) GetGender

func (x *BasicsInfo) GetGender() bool

func (*BasicsInfo) GetHeight

func (x *BasicsInfo) GetHeight() float32

func (*BasicsInfo) GetId

func (x *BasicsInfo) GetId() string

func (*BasicsInfo) GetNickname

func (x *BasicsInfo) GetNickname() string

func (*BasicsInfo) ProtoMessage

func (*BasicsInfo) ProtoMessage()

func (*BasicsInfo) ProtoReflect

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

func (*BasicsInfo) Reset

func (x *BasicsInfo) Reset()

func (*BasicsInfo) String

func (x *BasicsInfo) String() string

type ChangePwdRequest

type ChangePwdRequest struct {

	// @inject_tag: validate:"required"
	Id       string `protobuf:"bytes,1,opt,name=id,proto3" json:"id" validate:"required"`
	TenantID string `protobuf:"bytes,2,opt,name=tenantID,proto3" json:"tenantID"`
	// @inject_tag: validate:"required"
	NewPwd string `protobuf:"bytes,3,opt,name=newPwd,proto3" json:"newPwd" validate:"required"`
	// @inject_tag: validate:"required"
	OldPwd string `protobuf:"bytes,4,opt,name=oldPwd,proto3" json:"oldPwd" validate:"required"`
	// @inject_tag: validate:"required"
	NewConfirmPwd string `protobuf:"bytes,5,opt,name=newConfirmPwd,proto3" json:"newConfirmPwd" validate:"required"`
	// contains filtered or unexported fields
}

func (*ChangePwdRequest) Descriptor deprecated

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

Deprecated: Use ChangePwdRequest.ProtoReflect.Descriptor instead.

func (*ChangePwdRequest) GetId

func (x *ChangePwdRequest) GetId() string

func (*ChangePwdRequest) GetNewConfirmPwd

func (x *ChangePwdRequest) GetNewConfirmPwd() string

func (*ChangePwdRequest) GetNewPwd

func (x *ChangePwdRequest) GetNewPwd() string

func (*ChangePwdRequest) GetOldPwd

func (x *ChangePwdRequest) GetOldPwd() string

func (*ChangePwdRequest) GetTenantID

func (x *ChangePwdRequest) GetTenantID() string

func (*ChangePwdRequest) ProtoMessage

func (*ChangePwdRequest) ProtoMessage()

func (*ChangePwdRequest) ProtoReflect

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

func (*ChangePwdRequest) Reset

func (x *ChangePwdRequest) Reset()

func (*ChangePwdRequest) String

func (x *ChangePwdRequest) String() string

type Code

type Code int32
const (
	Code_None Code = 0
	//成功
	Code_Success Code = 20000
	//服务端错误
	Code_InternalServerError Code = 50000
	//错误请求参数
	Code_BadRequest Code = 40000
	//未授权
	Code_Unauthorized Code = 40001
	//资源不存在
	Code_ErrRecordNotFound Code = 40002
	//用户名或者密码错误
	Code_UserNameOrPasswordIsWrong Code = 41001
	//用户不存在
	Code_UserIsNotExist Code = 41002
	//没有权限
	Code_NoPermission Code = 41003
	//无效Token
	Code_TokenInvalid Code = 41004
	//Token过期
	Code_TokenExpired Code = 41005
	//已禁用用户
	Code_UserDisabled Code = 41006
)

func (Code) Descriptor

func (Code) Descriptor() protoreflect.EnumDescriptor

func (Code) Enum

func (x Code) Enum() *Code

func (Code) EnumDescriptor deprecated

func (Code) EnumDescriptor() ([]byte, []int)

Deprecated: Use Code.Descriptor instead.

func (Code) Number

func (x Code) Number() protoreflect.EnumNumber

func (Code) String

func (x Code) String() string

func (Code) Type

func (Code) Type() protoreflect.EnumType

type CommonExportRequest

type CommonExportRequest struct {
	ProjectID string `protobuf:"bytes,1,opt,name=projectID,proto3" json:"projectID"`
	IsMust    bool   `protobuf:"varint,2,opt,name=isMust,proto3" json:"isMust"`
	// contains filtered or unexported fields
}

func (*CommonExportRequest) Descriptor deprecated

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

Deprecated: Use CommonExportRequest.ProtoReflect.Descriptor instead.

func (*CommonExportRequest) GetIsMust

func (x *CommonExportRequest) GetIsMust() bool

func (*CommonExportRequest) GetProjectID

func (x *CommonExportRequest) GetProjectID() string

func (*CommonExportRequest) ProtoMessage

func (*CommonExportRequest) ProtoMessage()

func (*CommonExportRequest) ProtoReflect

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

func (*CommonExportRequest) Reset

func (x *CommonExportRequest) Reset()

func (*CommonExportRequest) String

func (x *CommonExportRequest) String() string

type CommonExportResponse

type CommonExportResponse struct {
	Code    Code   `protobuf:"varint,1,opt,name=code,proto3,enum=usercenter.Code" json:"code"`
	Message string `protobuf:"bytes,2,opt,name=message,proto3" json:"message"`
	Data    string `protobuf:"bytes,3,opt,name=data,proto3" json:"data"`
	// contains filtered or unexported fields
}

func (*CommonExportResponse) Descriptor deprecated

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

Deprecated: Use CommonExportResponse.ProtoReflect.Descriptor instead.

func (*CommonExportResponse) GetCode

func (x *CommonExportResponse) GetCode() Code

func (*CommonExportResponse) GetData

func (x *CommonExportResponse) GetData() string

func (*CommonExportResponse) GetMessage

func (x *CommonExportResponse) GetMessage() string

func (*CommonExportResponse) ProtoMessage

func (*CommonExportResponse) ProtoMessage()

func (*CommonExportResponse) ProtoReflect

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

func (*CommonExportResponse) Reset

func (x *CommonExportResponse) Reset()

func (*CommonExportResponse) String

func (x *CommonExportResponse) String() string

type CommonResponse

type CommonResponse struct {
	Code    Code   `protobuf:"varint,1,opt,name=code,proto3,enum=usercenter.Code" json:"code"`
	Message string `protobuf:"bytes,2,opt,name=message,proto3" json:"message"`
	// contains filtered or unexported fields
}

func (*CommonResponse) Descriptor deprecated

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

Deprecated: Use CommonResponse.ProtoReflect.Descriptor instead.

func (*CommonResponse) GetCode

func (x *CommonResponse) GetCode() Code

func (*CommonResponse) GetMessage

func (x *CommonResponse) GetMessage() string

func (*CommonResponse) ProtoMessage

func (*CommonResponse) ProtoMessage()

func (*CommonResponse) ProtoReflect

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

func (*CommonResponse) Reset

func (x *CommonResponse) Reset()

func (*CommonResponse) String

func (x *CommonResponse) String() string

type CurrentUser

type CurrentUser struct {
	Id         string   `protobuf:"bytes,1,opt,name=id,proto3" json:"id"`
	UserName   string   `protobuf:"bytes,2,opt,name=userName,proto3" json:"userName"`
	Gender     bool     `protobuf:"varint,3,opt,name=gender,proto3" json:"gender"`
	DeviceType int32    `protobuf:"varint,4,opt,name=deviceType,proto3" json:"deviceType"`
	Domain     string   `protobuf:"bytes,5,opt,name=domain,proto3" json:"domain"`
	SessionID  string   `protobuf:"bytes,6,opt,name=sessionID,proto3" json:"sessionID"`
	Key        string   `protobuf:"bytes,7,opt,name=key,proto3" json:"key"`
	RoleIDs    []string `protobuf:"bytes,8,rep,name=roleIDs,proto3" json:"roleIDs"`
	TenantID   string   `protobuf:"bytes,9,opt,name=tenantID,proto3" json:"tenantID"`
	ClientIP   string   `protobuf:"bytes,10,opt,name=clientIP,proto3" json:"clientIP"`
	//用户类型
	Type  int32  `protobuf:"varint,11,opt,name=type,proto3" json:"type"`
	Group string `protobuf:"bytes,12,opt,name=group,proto3" json:"group"`
	//昵称
	Nickname   string `protobuf:"bytes,13,opt,name=nickname,proto3" json:"nickname"`
	Avatar     string `protobuf:"bytes,14,opt,name=avatar,proto3" json:"avatar"`
	IsVip      bool   `protobuf:"varint,15,opt,name=isVip,proto3" json:"isVip"`
	VipExpired int64  `protobuf:"varint,16,opt,name=vipExpired,proto3" json:"vipExpired"`
	// contains filtered or unexported fields
}

func (*CurrentUser) Descriptor deprecated

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

Deprecated: Use CurrentUser.ProtoReflect.Descriptor instead.

func (*CurrentUser) GetAvatar

func (x *CurrentUser) GetAvatar() string

func (*CurrentUser) GetClientIP

func (x *CurrentUser) GetClientIP() string

func (*CurrentUser) GetDeviceType

func (x *CurrentUser) GetDeviceType() int32

func (*CurrentUser) GetDomain

func (x *CurrentUser) GetDomain() string

func (*CurrentUser) GetGender

func (x *CurrentUser) GetGender() bool

func (*CurrentUser) GetGroup

func (x *CurrentUser) GetGroup() string

func (*CurrentUser) GetId

func (x *CurrentUser) GetId() string

func (*CurrentUser) GetIsVip

func (x *CurrentUser) GetIsVip() bool

func (*CurrentUser) GetKey

func (x *CurrentUser) GetKey() string

func (*CurrentUser) GetNickname

func (x *CurrentUser) GetNickname() string

func (*CurrentUser) GetRoleIDs

func (x *CurrentUser) GetRoleIDs() []string

func (*CurrentUser) GetSessionID

func (x *CurrentUser) GetSessionID() string

func (*CurrentUser) GetTenantID

func (x *CurrentUser) GetTenantID() string

func (*CurrentUser) GetType

func (x *CurrentUser) GetType() int32

func (*CurrentUser) GetUserName

func (x *CurrentUser) GetUserName() string

func (*CurrentUser) GetVipExpired

func (x *CurrentUser) GetVipExpired() int64

func (*CurrentUser) ProtoMessage

func (*CurrentUser) ProtoMessage()

func (*CurrentUser) ProtoReflect

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

func (*CurrentUser) Reset

func (x *CurrentUser) Reset()

func (*CurrentUser) String

func (x *CurrentUser) String() string

type DecodeTokenRequest

type DecodeTokenRequest struct {

	// @inject_tag: validate:"required"
	Token string `protobuf:"bytes,1,opt,name=token,proto3" json:"token" validate:"required"`
	// contains filtered or unexported fields
}

func (*DecodeTokenRequest) Descriptor deprecated

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

Deprecated: Use DecodeTokenRequest.ProtoReflect.Descriptor instead.

func (*DecodeTokenRequest) GetToken

func (x *DecodeTokenRequest) GetToken() string

func (*DecodeTokenRequest) ProtoMessage

func (*DecodeTokenRequest) ProtoMessage()

func (*DecodeTokenRequest) ProtoReflect

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

func (*DecodeTokenRequest) Reset

func (x *DecodeTokenRequest) Reset()

func (*DecodeTokenRequest) String

func (x *DecodeTokenRequest) String() string

type DelRequest

type DelRequest struct {

	// @inject_tag: validate:"required"
	Id       string `protobuf:"bytes,1,opt,name=id,proto3" json:"id" validate:"required"`
	TenantID string `protobuf:"bytes,2,opt,name=tenantID,proto3" json:"tenantID"`
	// contains filtered or unexported fields
}

func (*DelRequest) Descriptor deprecated

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

Deprecated: Use DelRequest.ProtoReflect.Descriptor instead.

func (*DelRequest) GetId

func (x *DelRequest) GetId() string

func (*DelRequest) GetTenantID

func (x *DelRequest) GetTenantID() string

func (*DelRequest) ProtoMessage

func (*DelRequest) ProtoMessage()

func (*DelRequest) ProtoReflect

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

func (*DelRequest) Reset

func (x *DelRequest) Reset()

func (*DelRequest) String

func (x *DelRequest) String() string

type DictionariesClientImpl

func (*DictionariesClientImpl) GetDubboStub

func (*DictionariesClientImpl) XXX_InterfaceName

func (c *DictionariesClientImpl) XXX_InterfaceName() string

type DictionariesInfo

type DictionariesInfo struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id"`
	//Description
	Description string `protobuf:"bytes,2,opt,name=description,proto3" json:"description"`
	//Name
	Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name"`
	//Type
	Type string `protobuf:"bytes,4,opt,name=type,proto3" json:"type"`
	//Value
	Value string `protobuf:"bytes,5,opt,name=value,proto3" json:"value"`
	//租户ID
	ProjectID string `protobuf:"bytes,6,opt,name=projectID,proto3" json:"projectID"`
	TenantID  string `protobuf:"bytes,7,opt,name=tenantID,proto3" json:"tenantID"`
	//系统必须要有的数据
	IsMust bool `protobuf:"varint,8,opt,name=isMust,proto3" json:"isMust"`
	// contains filtered or unexported fields
}

func (*DictionariesInfo) Descriptor deprecated

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

Deprecated: Use DictionariesInfo.ProtoReflect.Descriptor instead.

func (*DictionariesInfo) GetDescription

func (x *DictionariesInfo) GetDescription() string

func (*DictionariesInfo) GetId

func (x *DictionariesInfo) GetId() string

func (*DictionariesInfo) GetIsMust

func (x *DictionariesInfo) GetIsMust() bool

func (*DictionariesInfo) GetName

func (x *DictionariesInfo) GetName() string

func (*DictionariesInfo) GetProjectID

func (x *DictionariesInfo) GetProjectID() string

func (*DictionariesInfo) GetTenantID

func (x *DictionariesInfo) GetTenantID() string

func (*DictionariesInfo) GetType

func (x *DictionariesInfo) GetType() string

func (*DictionariesInfo) GetValue

func (x *DictionariesInfo) GetValue() string

func (*DictionariesInfo) ProtoMessage

func (*DictionariesInfo) ProtoMessage()

func (*DictionariesInfo) ProtoReflect

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

func (*DictionariesInfo) Reset

func (x *DictionariesInfo) Reset()

func (*DictionariesInfo) String

func (x *DictionariesInfo) String() string

type DictionariesServer

DictionariesServer is the server API for Dictionaries service. All implementations must embed UnimplementedDictionariesServer for forward compatibility

type EnableRequest

type EnableRequest struct {

	// @inject_tag: validate:"required"
	Id       string `protobuf:"bytes,1,opt,name=id,proto3" json:"id" validate:"required"`
	TenantID string `protobuf:"bytes,2,opt,name=tenantID,proto3" json:"tenantID"`
	Enable   bool   `protobuf:"varint,3,opt,name=enable,proto3" json:"enable"`
	// contains filtered or unexported fields
}

func (*EnableRequest) Descriptor deprecated

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

Deprecated: Use EnableRequest.ProtoReflect.Descriptor instead.

func (*EnableRequest) GetEnable

func (x *EnableRequest) GetEnable() bool

func (*EnableRequest) GetId

func (x *EnableRequest) GetId() string

func (*EnableRequest) GetTenantID

func (x *EnableRequest) GetTenantID() string

func (*EnableRequest) ProtoMessage

func (*EnableRequest) ProtoMessage()

func (*EnableRequest) ProtoReflect

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

func (*EnableRequest) Reset

func (x *EnableRequest) Reset()

func (*EnableRequest) String

func (x *EnableRequest) String() string

type FormComponentClient

FormComponentClient is the client API for FormComponent service.

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

func NewFormComponentClient

func NewFormComponentClient(cc *triple.TripleConn) FormComponentClient

type FormComponentClientImpl

type FormComponentClientImpl struct {
	Add       func(ctx context.Context, in *FormComponentInfo) (*CommonResponse, error)
	Update    func(ctx context.Context, in *FormComponentInfo) (*CommonResponse, error)
	Delete    func(ctx context.Context, in *DelRequest) (*CommonResponse, error)
	Query     func(ctx context.Context, in *QueryFormComponentRequest) (*QueryFormComponentResponse, error)
	GetDetail func(ctx context.Context, in *GetDetailRequest) (*GetFormComponentDetailResponse, error)
}

func (*FormComponentClientImpl) GetDubboStub

func (*FormComponentClientImpl) XXX_InterfaceName

func (c *FormComponentClientImpl) XXX_InterfaceName() string

type FormComponentInfo

type FormComponentInfo struct {
	Id              string                 `protobuf:"bytes,1,opt,name=id,proto3" json:"id"`
	Name            string                 `protobuf:"bytes,2,opt,name=name,proto3" json:"name"`
	Group           string                 `protobuf:"bytes,3,opt,name=group,proto3" json:"group"`
	Index           int32                  `protobuf:"varint,4,opt,name=index,proto3" json:"index"`
	Description     string                 `protobuf:"bytes,5,opt,name=description,proto3" json:"description"`
	Extends         string                 `protobuf:"bytes,6,opt,name=extends,proto3" json:"extends"`
	Selector        string                 `protobuf:"bytes,7,opt,name=selector,proto3" json:"selector"`
	DesignerProps   string                 `protobuf:"bytes,8,opt,name=designerProps,proto3" json:"designerProps"`
	DesignerLocales string                 `protobuf:"bytes,9,opt,name=designerLocales,proto3" json:"designerLocales"`
	Resource        *FormComponentResource `protobuf:"bytes,10,opt,name=resource,proto3" json:"resource"`
	Title           string                 `protobuf:"bytes,11,opt,name=title,proto3" json:"title"`
	Byo             bool                   `protobuf:"varint,12,opt,name=byo,proto3" json:"byo"`
	// contains filtered or unexported fields
}

func (*FormComponentInfo) Descriptor deprecated

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

Deprecated: Use FormComponentInfo.ProtoReflect.Descriptor instead.

func (*FormComponentInfo) GetByo

func (x *FormComponentInfo) GetByo() bool

func (*FormComponentInfo) GetDescription

func (x *FormComponentInfo) GetDescription() string

func (*FormComponentInfo) GetDesignerLocales

func (x *FormComponentInfo) GetDesignerLocales() string

func (*FormComponentInfo) GetDesignerProps

func (x *FormComponentInfo) GetDesignerProps() string

func (*FormComponentInfo) GetExtends

func (x *FormComponentInfo) GetExtends() string

func (*FormComponentInfo) GetGroup

func (x *FormComponentInfo) GetGroup() string

func (*FormComponentInfo) GetId

func (x *FormComponentInfo) GetId() string

func (*FormComponentInfo) GetIndex

func (x *FormComponentInfo) GetIndex() int32

func (*FormComponentInfo) GetName

func (x *FormComponentInfo) GetName() string

func (*FormComponentInfo) GetResource

func (x *FormComponentInfo) GetResource() *FormComponentResource

func (*FormComponentInfo) GetSelector

func (x *FormComponentInfo) GetSelector() string

func (*FormComponentInfo) GetTitle

func (x *FormComponentInfo) GetTitle() string

func (*FormComponentInfo) ProtoMessage

func (*FormComponentInfo) ProtoMessage()

func (*FormComponentInfo) ProtoReflect

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

func (*FormComponentInfo) Reset

func (x *FormComponentInfo) Reset()

func (*FormComponentInfo) String

func (x *FormComponentInfo) String() string

type FormComponentResource

type FormComponentResource struct {
	Id              string `protobuf:"bytes,1,opt,name=id,proto3" json:"id"`
	FormComponentID string `protobuf:"bytes,2,opt,name=formComponentID,proto3" json:"formComponentID"`
	Icon            string `protobuf:"bytes,3,opt,name=icon,proto3" json:"icon"`
	Thumb           string `protobuf:"bytes,4,opt,name=thumb,proto3" json:"thumb"`
	Title           string `protobuf:"bytes,5,opt,name=title,proto3" json:"title"`
	Description     string `protobuf:"bytes,6,opt,name=description,proto3" json:"description"`
	Span            int32  `protobuf:"varint,7,opt,name=span,proto3" json:"span"`
	Elements        string `protobuf:"bytes,8,opt,name=elements,proto3" json:"elements"`
	// contains filtered or unexported fields
}

func (*FormComponentResource) Descriptor deprecated

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

Deprecated: Use FormComponentResource.ProtoReflect.Descriptor instead.

func (*FormComponentResource) GetDescription

func (x *FormComponentResource) GetDescription() string

func (*FormComponentResource) GetElements

func (x *FormComponentResource) GetElements() string

func (*FormComponentResource) GetFormComponentID

func (x *FormComponentResource) GetFormComponentID() string

func (*FormComponentResource) GetIcon

func (x *FormComponentResource) GetIcon() string

func (*FormComponentResource) GetId

func (x *FormComponentResource) GetId() string

func (*FormComponentResource) GetSpan

func (x *FormComponentResource) GetSpan() int32

func (*FormComponentResource) GetThumb

func (x *FormComponentResource) GetThumb() string

func (*FormComponentResource) GetTitle

func (x *FormComponentResource) GetTitle() string

func (*FormComponentResource) ProtoMessage

func (*FormComponentResource) ProtoMessage()

func (*FormComponentResource) ProtoReflect

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

func (*FormComponentResource) Reset

func (x *FormComponentResource) Reset()

func (*FormComponentResource) String

func (x *FormComponentResource) String() string

type FormComponentServer

FormComponentServer is the server API for FormComponent service. All implementations must embed UnimplementedFormComponentServer for forward compatibility

type GetAPIDetailResponse

type GetAPIDetailResponse struct {
	Code    Code     `protobuf:"varint,1,opt,name=code,proto3,enum=usercenter.Code" json:"code"`
	Message string   `protobuf:"bytes,2,opt,name=message,proto3" json:"message"`
	Data    *APIInfo `protobuf:"bytes,3,opt,name=data,proto3" json:"data"`
	// contains filtered or unexported fields
}

func (*GetAPIDetailResponse) Descriptor deprecated

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

Deprecated: Use GetAPIDetailResponse.ProtoReflect.Descriptor instead.

func (*GetAPIDetailResponse) GetCode

func (x *GetAPIDetailResponse) GetCode() Code

func (*GetAPIDetailResponse) GetData

func (x *GetAPIDetailResponse) GetData() *APIInfo

func (*GetAPIDetailResponse) GetMessage

func (x *GetAPIDetailResponse) GetMessage() string

func (*GetAPIDetailResponse) ProtoMessage

func (*GetAPIDetailResponse) ProtoMessage()

func (*GetAPIDetailResponse) ProtoReflect

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

func (*GetAPIDetailResponse) Reset

func (x *GetAPIDetailResponse) Reset()

func (*GetAPIDetailResponse) String

func (x *GetAPIDetailResponse) String() string

type GetAllAPIResponse

type GetAllAPIResponse struct {
	Code    Code       `protobuf:"varint,1,opt,name=code,proto3,enum=usercenter.Code" json:"code"`
	Message string     `protobuf:"bytes,2,opt,name=message,proto3" json:"message"`
	Data    []*APIInfo `protobuf:"bytes,3,rep,name=data,proto3" json:"data"`
	// contains filtered or unexported fields
}

func (*GetAllAPIResponse) Descriptor deprecated

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

Deprecated: Use GetAllAPIResponse.ProtoReflect.Descriptor instead.

func (*GetAllAPIResponse) GetCode

func (x *GetAllAPIResponse) GetCode() Code

func (*GetAllAPIResponse) GetData

func (x *GetAllAPIResponse) GetData() []*APIInfo

func (*GetAllAPIResponse) GetMessage

func (x *GetAllAPIResponse) GetMessage() string

func (*GetAllAPIResponse) ProtoMessage

func (*GetAllAPIResponse) ProtoMessage()

func (*GetAllAPIResponse) ProtoReflect

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

func (*GetAllAPIResponse) Reset

func (x *GetAllAPIResponse) Reset()

func (*GetAllAPIResponse) String

func (x *GetAllAPIResponse) String() string

type GetAllDictionariesResponse

type GetAllDictionariesResponse struct {
	Code    Code                `protobuf:"varint,1,opt,name=code,proto3,enum=usercenter.Code" json:"code"`
	Message string              `protobuf:"bytes,2,opt,name=message,proto3" json:"message"`
	Data    []*DictionariesInfo `protobuf:"bytes,3,rep,name=data,proto3" json:"data"`
	// contains filtered or unexported fields
}

func (*GetAllDictionariesResponse) Descriptor deprecated

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

Deprecated: Use GetAllDictionariesResponse.ProtoReflect.Descriptor instead.

func (*GetAllDictionariesResponse) GetCode

func (x *GetAllDictionariesResponse) GetCode() Code

func (*GetAllDictionariesResponse) GetData

func (*GetAllDictionariesResponse) GetMessage

func (x *GetAllDictionariesResponse) GetMessage() string

func (*GetAllDictionariesResponse) ProtoMessage

func (*GetAllDictionariesResponse) ProtoMessage()

func (*GetAllDictionariesResponse) ProtoReflect

func (*GetAllDictionariesResponse) Reset

func (x *GetAllDictionariesResponse) Reset()

func (*GetAllDictionariesResponse) String

func (x *GetAllDictionariesResponse) String() string

type GetAllLanguageResponse

type GetAllLanguageResponse struct {
	Code    Code            `protobuf:"varint,1,opt,name=code,proto3,enum=usercenter.Code" json:"code"`
	Message string          `protobuf:"bytes,2,opt,name=message,proto3" json:"message"`
	Data    []*LanguageInfo `protobuf:"bytes,3,rep,name=data,proto3" json:"data"`
	// contains filtered or unexported fields
}

func (*GetAllLanguageResponse) Descriptor deprecated

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

Deprecated: Use GetAllLanguageResponse.ProtoReflect.Descriptor instead.

func (*GetAllLanguageResponse) GetCode

func (x *GetAllLanguageResponse) GetCode() Code

func (*GetAllLanguageResponse) GetData

func (x *GetAllLanguageResponse) GetData() []*LanguageInfo

func (*GetAllLanguageResponse) GetMessage

func (x *GetAllLanguageResponse) GetMessage() string

func (*GetAllLanguageResponse) ProtoMessage

func (*GetAllLanguageResponse) ProtoMessage()

func (*GetAllLanguageResponse) ProtoReflect

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

func (*GetAllLanguageResponse) Reset

func (x *GetAllLanguageResponse) Reset()

func (*GetAllLanguageResponse) String

func (x *GetAllLanguageResponse) String() string

type GetAllMenuResponse

type GetAllMenuResponse struct {
	Code    Code        `protobuf:"varint,1,opt,name=code,proto3,enum=usercenter.Code" json:"code"`
	Message string      `protobuf:"bytes,2,opt,name=message,proto3" json:"message"`
	Data    []*MenuInfo `protobuf:"bytes,3,rep,name=data,proto3" json:"data"`
	// contains filtered or unexported fields
}

func (*GetAllMenuResponse) Descriptor deprecated

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

Deprecated: Use GetAllMenuResponse.ProtoReflect.Descriptor instead.

func (*GetAllMenuResponse) GetCode

func (x *GetAllMenuResponse) GetCode() Code

func (*GetAllMenuResponse) GetData

func (x *GetAllMenuResponse) GetData() []*MenuInfo

func (*GetAllMenuResponse) GetMessage

func (x *GetAllMenuResponse) GetMessage() string

func (*GetAllMenuResponse) ProtoMessage

func (*GetAllMenuResponse) ProtoMessage()

func (*GetAllMenuResponse) ProtoReflect

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

func (*GetAllMenuResponse) Reset

func (x *GetAllMenuResponse) Reset()

func (*GetAllMenuResponse) String

func (x *GetAllMenuResponse) String() string

type GetAllRequest

type GetAllRequest struct {

	// @inject_tag: uri:"tenantID" form:"tenantID"
	TenantID string `protobuf:"bytes,1,opt,name=tenantID,proto3" json:"tenantID" uri:"tenantID" form:"tenantID"`
	// contains filtered or unexported fields
}

func (*GetAllRequest) Descriptor deprecated

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

Deprecated: Use GetAllRequest.ProtoReflect.Descriptor instead.

func (*GetAllRequest) GetTenantID

func (x *GetAllRequest) GetTenantID() string

func (*GetAllRequest) ProtoMessage

func (*GetAllRequest) ProtoMessage()

func (*GetAllRequest) ProtoReflect

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

func (*GetAllRequest) Reset

func (x *GetAllRequest) Reset()

func (*GetAllRequest) String

func (x *GetAllRequest) String() string

type GetAllRoleRequest

type GetAllRoleRequest struct {

	// @inject_tag: uri:"tenantID" form:"tenantID"
	TenantID string `protobuf:"bytes,1,opt,name=tenantID,proto3" json:"tenantID" uri:"tenantID" form:"tenantID"`
	// true-包含公共角色 false-不包含公共角色
	//公共角色定义:不设置租户的角色
	// @inject_tag: uri:"containerComm" form:"containerComm"
	ContainerComm bool `protobuf:"varint,2,opt,name=containerComm,proto3" json:"containerComm" uri:"containerComm" form:"containerComm"`
	// contains filtered or unexported fields
}

func (*GetAllRoleRequest) Descriptor deprecated

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

Deprecated: Use GetAllRoleRequest.ProtoReflect.Descriptor instead.

func (*GetAllRoleRequest) GetContainerComm

func (x *GetAllRoleRequest) GetContainerComm() bool

func (*GetAllRoleRequest) GetTenantID

func (x *GetAllRoleRequest) GetTenantID() string

func (*GetAllRoleRequest) ProtoMessage

func (*GetAllRoleRequest) ProtoMessage()

func (*GetAllRoleRequest) ProtoReflect

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

func (*GetAllRoleRequest) Reset

func (x *GetAllRoleRequest) Reset()

func (*GetAllRoleRequest) String

func (x *GetAllRoleRequest) String() string

type GetAllRoleResponse

type GetAllRoleResponse struct {
	Code    Code        `protobuf:"varint,1,opt,name=code,proto3,enum=usercenter.Code" json:"code"`
	Message string      `protobuf:"bytes,2,opt,name=message,proto3" json:"message"`
	Data    []*RoleInfo `protobuf:"bytes,3,rep,name=data,proto3" json:"data"`
	// contains filtered or unexported fields
}

func (*GetAllRoleResponse) Descriptor deprecated

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

Deprecated: Use GetAllRoleResponse.ProtoReflect.Descriptor instead.

func (*GetAllRoleResponse) GetCode

func (x *GetAllRoleResponse) GetCode() Code

func (*GetAllRoleResponse) GetData

func (x *GetAllRoleResponse) GetData() []*RoleInfo

func (*GetAllRoleResponse) GetMessage

func (x *GetAllRoleResponse) GetMessage() string

func (*GetAllRoleResponse) ProtoMessage

func (*GetAllRoleResponse) ProtoMessage()

func (*GetAllRoleResponse) ProtoReflect

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

func (*GetAllRoleResponse) Reset

func (x *GetAllRoleResponse) Reset()

func (*GetAllRoleResponse) String

func (x *GetAllRoleResponse) String() string

type GetAllSystemConfigResponse

type GetAllSystemConfigResponse struct {
	Code    Code                `protobuf:"varint,1,opt,name=code,proto3,enum=usercenter.Code" json:"code"`
	Message string              `protobuf:"bytes,2,opt,name=message,proto3" json:"message"`
	Data    []*SystemConfigInfo `protobuf:"bytes,3,rep,name=data,proto3" json:"data"`
	// contains filtered or unexported fields
}

func (*GetAllSystemConfigResponse) Descriptor deprecated

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

Deprecated: Use GetAllSystemConfigResponse.ProtoReflect.Descriptor instead.

func (*GetAllSystemConfigResponse) GetCode

func (x *GetAllSystemConfigResponse) GetCode() Code

func (*GetAllSystemConfigResponse) GetData

func (*GetAllSystemConfigResponse) GetMessage

func (x *GetAllSystemConfigResponse) GetMessage() string

func (*GetAllSystemConfigResponse) ProtoMessage

func (*GetAllSystemConfigResponse) ProtoMessage()

func (*GetAllSystemConfigResponse) ProtoReflect

func (*GetAllSystemConfigResponse) Reset

func (x *GetAllSystemConfigResponse) Reset()

func (*GetAllSystemConfigResponse) String

func (x *GetAllSystemConfigResponse) String() string

type GetAllTenantResponse

type GetAllTenantResponse struct {
	Code    Code          `protobuf:"varint,1,opt,name=code,proto3,enum=usercenter.Code" json:"code"`
	Message string        `protobuf:"bytes,2,opt,name=message,proto3" json:"message"`
	Data    []*TenantInfo `protobuf:"bytes,3,rep,name=data,proto3" json:"data"`
	// contains filtered or unexported fields
}

func (*GetAllTenantResponse) Descriptor deprecated

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

Deprecated: Use GetAllTenantResponse.ProtoReflect.Descriptor instead.

func (*GetAllTenantResponse) GetCode

func (x *GetAllTenantResponse) GetCode() Code

func (*GetAllTenantResponse) GetData

func (x *GetAllTenantResponse) GetData() []*TenantInfo

func (*GetAllTenantResponse) GetMessage

func (x *GetAllTenantResponse) GetMessage() string

func (*GetAllTenantResponse) ProtoMessage

func (*GetAllTenantResponse) ProtoMessage()

func (*GetAllTenantResponse) ProtoReflect

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

func (*GetAllTenantResponse) Reset

func (x *GetAllTenantResponse) Reset()

func (*GetAllTenantResponse) String

func (x *GetAllTenantResponse) String() string

type GetAllUsersRequest

type GetAllUsersRequest struct {

	// @inject_tag: uri:"tenantID" form:"tenantID"
	TenantID string `protobuf:"bytes,1,opt,name=tenantID,proto3" json:"tenantID" uri:"tenantID" form:"tenantID"`
	// @inject_tag: uri:"group" form:"group"
	Group string `protobuf:"bytes,2,opt,name=group,proto3" json:"group" uri:"group" form:"group"`
	// @inject_tag: uri:"type" form:"type"
	Type int32 `protobuf:"varint,3,opt,name=type,proto3" json:"type" uri:"type" form:"type"`
	// contains filtered or unexported fields
}

func (*GetAllUsersRequest) Descriptor deprecated

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

Deprecated: Use GetAllUsersRequest.ProtoReflect.Descriptor instead.

func (*GetAllUsersRequest) GetGroup

func (x *GetAllUsersRequest) GetGroup() string

func (*GetAllUsersRequest) GetTenantID

func (x *GetAllUsersRequest) GetTenantID() string

func (*GetAllUsersRequest) GetType

func (x *GetAllUsersRequest) GetType() int32

func (*GetAllUsersRequest) ProtoMessage

func (*GetAllUsersRequest) ProtoMessage()

func (*GetAllUsersRequest) ProtoReflect

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

func (*GetAllUsersRequest) Reset

func (x *GetAllUsersRequest) Reset()

func (*GetAllUsersRequest) String

func (x *GetAllUsersRequest) String() string

type GetAllUsersResponse

type GetAllUsersResponse struct {
	Code    Code        `protobuf:"varint,1,opt,name=code,proto3,enum=usercenter.Code" json:"code"`
	Message string      `protobuf:"bytes,2,opt,name=message,proto3" json:"message"`
	Data    []*UserInfo `protobuf:"bytes,3,rep,name=data,proto3" json:"data"`
	// contains filtered or unexported fields
}

func (*GetAllUsersResponse) Descriptor deprecated

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

Deprecated: Use GetAllUsersResponse.ProtoReflect.Descriptor instead.

func (*GetAllUsersResponse) GetCode

func (x *GetAllUsersResponse) GetCode() Code

func (*GetAllUsersResponse) GetData

func (x *GetAllUsersResponse) GetData() []*UserInfo

func (*GetAllUsersResponse) GetMessage

func (x *GetAllUsersResponse) GetMessage() string

func (*GetAllUsersResponse) ProtoMessage

func (*GetAllUsersResponse) ProtoMessage()

func (*GetAllUsersResponse) ProtoReflect

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

func (*GetAllUsersResponse) Reset

func (x *GetAllUsersResponse) Reset()

func (*GetAllUsersResponse) String

func (x *GetAllUsersResponse) String() string

type GetAllWebSiteResponse

type GetAllWebSiteResponse struct {
	Code    Code           `protobuf:"varint,1,opt,name=code,proto3,enum=usercenter.Code" json:"code"`
	Message string         `protobuf:"bytes,2,opt,name=message,proto3" json:"message"`
	Data    []*WebSiteInfo `protobuf:"bytes,3,rep,name=data,proto3" json:"data"`
	// contains filtered or unexported fields
}

func (*GetAllWebSiteResponse) Descriptor deprecated

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

Deprecated: Use GetAllWebSiteResponse.ProtoReflect.Descriptor instead.

func (*GetAllWebSiteResponse) GetCode

func (x *GetAllWebSiteResponse) GetCode() Code

func (*GetAllWebSiteResponse) GetData

func (x *GetAllWebSiteResponse) GetData() []*WebSiteInfo

func (*GetAllWebSiteResponse) GetMessage

func (x *GetAllWebSiteResponse) GetMessage() string

func (*GetAllWebSiteResponse) ProtoMessage

func (*GetAllWebSiteResponse) ProtoMessage()

func (*GetAllWebSiteResponse) ProtoReflect

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

func (*GetAllWebSiteResponse) Reset

func (x *GetAllWebSiteResponse) Reset()

func (*GetAllWebSiteResponse) String

func (x *GetAllWebSiteResponse) String() string

type GetAllWechatConfigResponse

type GetAllWechatConfigResponse struct {
	Code    Code                `protobuf:"varint,1,opt,name=code,proto3,enum=usercenter.Code" json:"code"`
	Message string              `protobuf:"bytes,2,opt,name=message,proto3" json:"message"`
	Data    []*WechatConfigInfo `protobuf:"bytes,3,rep,name=data,proto3" json:"data"`
	// contains filtered or unexported fields
}

func (*GetAllWechatConfigResponse) Descriptor deprecated

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

Deprecated: Use GetAllWechatConfigResponse.ProtoReflect.Descriptor instead.

func (*GetAllWechatConfigResponse) GetCode

func (x *GetAllWechatConfigResponse) GetCode() Code

func (*GetAllWechatConfigResponse) GetData

func (*GetAllWechatConfigResponse) GetMessage

func (x *GetAllWechatConfigResponse) GetMessage() string

func (*GetAllWechatConfigResponse) ProtoMessage

func (*GetAllWechatConfigResponse) ProtoMessage()

func (*GetAllWechatConfigResponse) ProtoReflect

func (*GetAllWechatConfigResponse) Reset

func (x *GetAllWechatConfigResponse) Reset()

func (*GetAllWechatConfigResponse) String

func (x *GetAllWechatConfigResponse) String() string

type GetBasicsResponse

type GetBasicsResponse struct {
	Code    Code        `protobuf:"varint,1,opt,name=code,proto3,enum=usercenter.Code" json:"code"`
	Message string      `protobuf:"bytes,2,opt,name=message,proto3" json:"message"`
	Data    *BasicsInfo `protobuf:"bytes,3,opt,name=data,proto3" json:"data"`
	// contains filtered or unexported fields
}

func (*GetBasicsResponse) Descriptor deprecated

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

Deprecated: Use GetBasicsResponse.ProtoReflect.Descriptor instead.

func (*GetBasicsResponse) GetCode

func (x *GetBasicsResponse) GetCode() Code

func (*GetBasicsResponse) GetData

func (x *GetBasicsResponse) GetData() *BasicsInfo

func (*GetBasicsResponse) GetMessage

func (x *GetBasicsResponse) GetMessage() string

func (*GetBasicsResponse) ProtoMessage

func (*GetBasicsResponse) ProtoMessage()

func (*GetBasicsResponse) ProtoReflect

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

func (*GetBasicsResponse) Reset

func (x *GetBasicsResponse) Reset()

func (*GetBasicsResponse) String

func (x *GetBasicsResponse) String() string

type GetDetailRequest

type GetDetailRequest struct {

	// @inject_tag: uri:"id" form:"id" validate:"required"
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id" uri:"id" form:"id" validate:"required"`
	// @inject_tag: uri:"tenantID" form:"tenantID"
	TenantID string `protobuf:"bytes,2,opt,name=tenantID,proto3" json:"tenantID" uri:"tenantID" form:"tenantID"`
	// contains filtered or unexported fields
}

func (*GetDetailRequest) Descriptor deprecated

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

Deprecated: Use GetDetailRequest.ProtoReflect.Descriptor instead.

func (*GetDetailRequest) GetId

func (x *GetDetailRequest) GetId() string

func (*GetDetailRequest) GetTenantID

func (x *GetDetailRequest) GetTenantID() string

func (*GetDetailRequest) ProtoMessage

func (*GetDetailRequest) ProtoMessage()

func (*GetDetailRequest) ProtoReflect

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

func (*GetDetailRequest) Reset

func (x *GetDetailRequest) Reset()

func (*GetDetailRequest) String

func (x *GetDetailRequest) String() string

type GetDictionariesDetailResponse

type GetDictionariesDetailResponse struct {
	Code    Code              `protobuf:"varint,1,opt,name=code,proto3,enum=usercenter.Code" json:"code"`
	Message string            `protobuf:"bytes,2,opt,name=message,proto3" json:"message"`
	Data    *DictionariesInfo `protobuf:"bytes,3,opt,name=data,proto3" json:"data"`
	// contains filtered or unexported fields
}

func (*GetDictionariesDetailResponse) Descriptor deprecated

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

Deprecated: Use GetDictionariesDetailResponse.ProtoReflect.Descriptor instead.

func (*GetDictionariesDetailResponse) GetCode

func (x *GetDictionariesDetailResponse) GetCode() Code

func (*GetDictionariesDetailResponse) GetData

func (*GetDictionariesDetailResponse) GetMessage

func (x *GetDictionariesDetailResponse) GetMessage() string

func (*GetDictionariesDetailResponse) ProtoMessage

func (*GetDictionariesDetailResponse) ProtoMessage()

func (*GetDictionariesDetailResponse) ProtoReflect

func (*GetDictionariesDetailResponse) Reset

func (x *GetDictionariesDetailResponse) Reset()

func (*GetDictionariesDetailResponse) String

type GetFormComponentDetailResponse

type GetFormComponentDetailResponse struct {
	Code    Code               `protobuf:"varint,1,opt,name=code,proto3,enum=usercenter.Code" json:"code"`
	Message string             `protobuf:"bytes,2,opt,name=message,proto3" json:"message"`
	Data    *FormComponentInfo `protobuf:"bytes,3,opt,name=data,proto3" json:"data"`
	// contains filtered or unexported fields
}

func (*GetFormComponentDetailResponse) Descriptor deprecated

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

Deprecated: Use GetFormComponentDetailResponse.ProtoReflect.Descriptor instead.

func (*GetFormComponentDetailResponse) GetCode

func (x *GetFormComponentDetailResponse) GetCode() Code

func (*GetFormComponentDetailResponse) GetData

func (*GetFormComponentDetailResponse) GetMessage

func (x *GetFormComponentDetailResponse) GetMessage() string

func (*GetFormComponentDetailResponse) ProtoMessage

func (*GetFormComponentDetailResponse) ProtoMessage()

func (*GetFormComponentDetailResponse) ProtoReflect

func (*GetFormComponentDetailResponse) Reset

func (x *GetFormComponentDetailResponse) Reset()

func (*GetFormComponentDetailResponse) String

type GetLanguageDetailResponse

type GetLanguageDetailResponse struct {
	Code    Code          `protobuf:"varint,1,opt,name=code,proto3,enum=usercenter.Code" json:"code"`
	Message string        `protobuf:"bytes,2,opt,name=message,proto3" json:"message"`
	Data    *LanguageInfo `protobuf:"bytes,3,opt,name=data,proto3" json:"data"`
	// contains filtered or unexported fields
}

func (*GetLanguageDetailResponse) Descriptor deprecated

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

Deprecated: Use GetLanguageDetailResponse.ProtoReflect.Descriptor instead.

func (*GetLanguageDetailResponse) GetCode

func (x *GetLanguageDetailResponse) GetCode() Code

func (*GetLanguageDetailResponse) GetData

func (*GetLanguageDetailResponse) GetMessage

func (x *GetLanguageDetailResponse) GetMessage() string

func (*GetLanguageDetailResponse) ProtoMessage

func (*GetLanguageDetailResponse) ProtoMessage()

func (*GetLanguageDetailResponse) ProtoReflect

func (*GetLanguageDetailResponse) Reset

func (x *GetLanguageDetailResponse) Reset()

func (*GetLanguageDetailResponse) String

func (x *GetLanguageDetailResponse) String() string

type GetMenuDetailResponse

type GetMenuDetailResponse struct {
	Code    Code      `protobuf:"varint,1,opt,name=code,proto3,enum=usercenter.Code" json:"code"`
	Message string    `protobuf:"bytes,2,opt,name=message,proto3" json:"message"`
	Data    *MenuInfo `protobuf:"bytes,3,opt,name=data,proto3" json:"data"`
	// contains filtered or unexported fields
}

func (*GetMenuDetailResponse) Descriptor deprecated

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

Deprecated: Use GetMenuDetailResponse.ProtoReflect.Descriptor instead.

func (*GetMenuDetailResponse) GetCode

func (x *GetMenuDetailResponse) GetCode() Code

func (*GetMenuDetailResponse) GetData

func (x *GetMenuDetailResponse) GetData() *MenuInfo

func (*GetMenuDetailResponse) GetMessage

func (x *GetMenuDetailResponse) GetMessage() string

func (*GetMenuDetailResponse) ProtoMessage

func (*GetMenuDetailResponse) ProtoMessage()

func (*GetMenuDetailResponse) ProtoReflect

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

func (*GetMenuDetailResponse) Reset

func (x *GetMenuDetailResponse) Reset()

func (*GetMenuDetailResponse) String

func (x *GetMenuDetailResponse) String() string

type GetProfileResponse

type GetProfileResponse struct {
	Code    Code         `protobuf:"varint,1,opt,name=code,proto3,enum=usercenter.Code" json:"code"`
	Message string       `protobuf:"bytes,2,opt,name=message,proto3" json:"message"`
	Data    *UserProfile `protobuf:"bytes,3,opt,name=data,proto3" json:"data"`
	// contains filtered or unexported fields
}

func (*GetProfileResponse) Descriptor deprecated

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

Deprecated: Use GetProfileResponse.ProtoReflect.Descriptor instead.

func (*GetProfileResponse) GetCode

func (x *GetProfileResponse) GetCode() Code

func (*GetProfileResponse) GetData

func (x *GetProfileResponse) GetData() *UserProfile

func (*GetProfileResponse) GetMessage

func (x *GetProfileResponse) GetMessage() string

func (*GetProfileResponse) ProtoMessage

func (*GetProfileResponse) ProtoMessage()

func (*GetProfileResponse) ProtoReflect

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

func (*GetProfileResponse) Reset

func (x *GetProfileResponse) Reset()

func (*GetProfileResponse) String

func (x *GetProfileResponse) String() string

type GetProjectDetailResponse

type GetProjectDetailResponse struct {
	Code    Code         `protobuf:"varint,1,opt,name=code,proto3,enum=usercenter.Code" json:"code"`
	Message string       `protobuf:"bytes,2,opt,name=message,proto3" json:"message"`
	Data    *ProjectInfo `protobuf:"bytes,3,opt,name=data,proto3" json:"data"`
	// contains filtered or unexported fields
}

func (*GetProjectDetailResponse) Descriptor deprecated

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

Deprecated: Use GetProjectDetailResponse.ProtoReflect.Descriptor instead.

func (*GetProjectDetailResponse) GetCode

func (x *GetProjectDetailResponse) GetCode() Code

func (*GetProjectDetailResponse) GetData

func (x *GetProjectDetailResponse) GetData() *ProjectInfo

func (*GetProjectDetailResponse) GetMessage

func (x *GetProjectDetailResponse) GetMessage() string

func (*GetProjectDetailResponse) ProtoMessage

func (*GetProjectDetailResponse) ProtoMessage()

func (*GetProjectDetailResponse) ProtoReflect

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

func (*GetProjectDetailResponse) Reset

func (x *GetProjectDetailResponse) Reset()

func (*GetProjectDetailResponse) String

func (x *GetProjectDetailResponse) String() string

type GetRoleDetailResponse

type GetRoleDetailResponse struct {
	Code    Code      `protobuf:"varint,1,opt,name=code,proto3,enum=usercenter.Code" json:"code"`
	Message string    `protobuf:"bytes,2,opt,name=message,proto3" json:"message"`
	Data    *RoleInfo `protobuf:"bytes,3,opt,name=data,proto3" json:"data"`
	// contains filtered or unexported fields
}

func (*GetRoleDetailResponse) Descriptor deprecated

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

Deprecated: Use GetRoleDetailResponse.ProtoReflect.Descriptor instead.

func (*GetRoleDetailResponse) GetCode

func (x *GetRoleDetailResponse) GetCode() Code

func (*GetRoleDetailResponse) GetData

func (x *GetRoleDetailResponse) GetData() *RoleInfo

func (*GetRoleDetailResponse) GetMessage

func (x *GetRoleDetailResponse) GetMessage() string

func (*GetRoleDetailResponse) ProtoMessage

func (*GetRoleDetailResponse) ProtoMessage()

func (*GetRoleDetailResponse) ProtoReflect

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

func (*GetRoleDetailResponse) Reset

func (x *GetRoleDetailResponse) Reset()

func (*GetRoleDetailResponse) String

func (x *GetRoleDetailResponse) String() string

type GetSystemConfigDetailResponse

type GetSystemConfigDetailResponse struct {
	Code    Code              `protobuf:"varint,1,opt,name=code,proto3,enum=usercenter.Code" json:"code"`
	Message string            `protobuf:"bytes,2,opt,name=message,proto3" json:"message"`
	Data    *SystemConfigInfo `protobuf:"bytes,3,opt,name=data,proto3" json:"data"`
	// contains filtered or unexported fields
}

func (*GetSystemConfigDetailResponse) Descriptor deprecated

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

Deprecated: Use GetSystemConfigDetailResponse.ProtoReflect.Descriptor instead.

func (*GetSystemConfigDetailResponse) GetCode

func (x *GetSystemConfigDetailResponse) GetCode() Code

func (*GetSystemConfigDetailResponse) GetData

func (*GetSystemConfigDetailResponse) GetMessage

func (x *GetSystemConfigDetailResponse) GetMessage() string

func (*GetSystemConfigDetailResponse) ProtoMessage

func (*GetSystemConfigDetailResponse) ProtoMessage()

func (*GetSystemConfigDetailResponse) ProtoReflect

func (*GetSystemConfigDetailResponse) Reset

func (x *GetSystemConfigDetailResponse) Reset()

func (*GetSystemConfigDetailResponse) String

type GetTenantDetailResponse

type GetTenantDetailResponse struct {
	Code    Code        `protobuf:"varint,1,opt,name=code,proto3,enum=usercenter.Code" json:"code"`
	Message string      `protobuf:"bytes,2,opt,name=message,proto3" json:"message"`
	Data    *TenantInfo `protobuf:"bytes,3,opt,name=data,proto3" json:"data"`
	// contains filtered or unexported fields
}

func (*GetTenantDetailResponse) Descriptor deprecated

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

Deprecated: Use GetTenantDetailResponse.ProtoReflect.Descriptor instead.

func (*GetTenantDetailResponse) GetCode

func (x *GetTenantDetailResponse) GetCode() Code

func (*GetTenantDetailResponse) GetData

func (x *GetTenantDetailResponse) GetData() *TenantInfo

func (*GetTenantDetailResponse) GetMessage

func (x *GetTenantDetailResponse) GetMessage() string

func (*GetTenantDetailResponse) ProtoMessage

func (*GetTenantDetailResponse) ProtoMessage()

func (*GetTenantDetailResponse) ProtoReflect

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

func (*GetTenantDetailResponse) Reset

func (x *GetTenantDetailResponse) Reset()

func (*GetTenantDetailResponse) String

func (x *GetTenantDetailResponse) String() string

type GetUserDetailResponse

type GetUserDetailResponse struct {
	Code    Code      `protobuf:"varint,1,opt,name=code,proto3,enum=usercenter.Code" json:"code"`
	Message string    `protobuf:"bytes,2,opt,name=message,proto3" json:"message"`
	Data    *UserInfo `protobuf:"bytes,3,opt,name=data,proto3" json:"data"`
	// contains filtered or unexported fields
}

func (*GetUserDetailResponse) Descriptor deprecated

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

Deprecated: Use GetUserDetailResponse.ProtoReflect.Descriptor instead.

func (*GetUserDetailResponse) GetCode

func (x *GetUserDetailResponse) GetCode() Code

func (*GetUserDetailResponse) GetData

func (x *GetUserDetailResponse) GetData() *UserInfo

func (*GetUserDetailResponse) GetMessage

func (x *GetUserDetailResponse) GetMessage() string

func (*GetUserDetailResponse) ProtoMessage

func (*GetUserDetailResponse) ProtoMessage()

func (*GetUserDetailResponse) ProtoReflect

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

func (*GetUserDetailResponse) Reset

func (x *GetUserDetailResponse) Reset()

func (*GetUserDetailResponse) String

func (x *GetUserDetailResponse) String() string

type GetWebSiteDetailResponse

type GetWebSiteDetailResponse struct {
	Code    Code         `protobuf:"varint,1,opt,name=code,proto3,enum=usercenter.Code" json:"code"`
	Message string       `protobuf:"bytes,2,opt,name=message,proto3" json:"message"`
	Data    *WebSiteInfo `protobuf:"bytes,3,opt,name=data,proto3" json:"data"`
	// contains filtered or unexported fields
}

func (*GetWebSiteDetailResponse) Descriptor deprecated

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

Deprecated: Use GetWebSiteDetailResponse.ProtoReflect.Descriptor instead.

func (*GetWebSiteDetailResponse) GetCode

func (x *GetWebSiteDetailResponse) GetCode() Code

func (*GetWebSiteDetailResponse) GetData

func (x *GetWebSiteDetailResponse) GetData() *WebSiteInfo

func (*GetWebSiteDetailResponse) GetMessage

func (x *GetWebSiteDetailResponse) GetMessage() string

func (*GetWebSiteDetailResponse) ProtoMessage

func (*GetWebSiteDetailResponse) ProtoMessage()

func (*GetWebSiteDetailResponse) ProtoReflect

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

func (*GetWebSiteDetailResponse) Reset

func (x *GetWebSiteDetailResponse) Reset()

func (*GetWebSiteDetailResponse) String

func (x *GetWebSiteDetailResponse) String() string

type GetWechatConfigDetailResponse

type GetWechatConfigDetailResponse struct {
	Code    Code              `protobuf:"varint,1,opt,name=code,proto3,enum=usercenter.Code" json:"code"`
	Message string            `protobuf:"bytes,2,opt,name=message,proto3" json:"message"`
	Data    *WechatConfigInfo `protobuf:"bytes,3,opt,name=data,proto3" json:"data"`
	// contains filtered or unexported fields
}

func (*GetWechatConfigDetailResponse) Descriptor deprecated

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

Deprecated: Use GetWechatConfigDetailResponse.ProtoReflect.Descriptor instead.

func (*GetWechatConfigDetailResponse) GetCode

func (x *GetWechatConfigDetailResponse) GetCode() Code

func (*GetWechatConfigDetailResponse) GetData

func (*GetWechatConfigDetailResponse) GetMessage

func (x *GetWechatConfigDetailResponse) GetMessage() string

func (*GetWechatConfigDetailResponse) ProtoMessage

func (*GetWechatConfigDetailResponse) ProtoMessage()

func (*GetWechatConfigDetailResponse) ProtoReflect

func (*GetWechatConfigDetailResponse) Reset

func (x *GetWechatConfigDetailResponse) Reset()

func (*GetWechatConfigDetailResponse) String

type IdentityClient

IdentityClient is the client API for Identity service.

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

func NewIdentityClient

func NewIdentityClient(cc *triple.TripleConn) IdentityClient

type IdentityClientImpl

type IdentityClientImpl struct {
	Authenticate func(ctx context.Context, in *AuthenticateRequest) (*AuthenticateResponse, error)
	DecodeToken  func(ctx context.Context, in *DecodeTokenRequest) (*AuthenticateResponse, error)
}

func (*IdentityClientImpl) GetDubboStub

func (c *IdentityClientImpl) GetDubboStub(cc *triple.TripleConn) IdentityClient

func (*IdentityClientImpl) XXX_InterfaceName

func (c *IdentityClientImpl) XXX_InterfaceName() string

type IdentityServer

type IdentityServer interface {
	Authenticate(context.Context, *AuthenticateRequest) (*AuthenticateResponse, error)
	DecodeToken(context.Context, *DecodeTokenRequest) (*AuthenticateResponse, error)
	// contains filtered or unexported methods
}

IdentityServer is the server API for Identity service. All implementations must embed UnimplementedIdentityServer for forward compatibility

type LanguageClientImpl

type LanguageClientImpl struct {
	Add       func(ctx context.Context, in *LanguageInfo) (*CommonResponse, error)
	Update    func(ctx context.Context, in *LanguageInfo) (*CommonResponse, error)
	Delete    func(ctx context.Context, in *DelRequest) (*CommonResponse, error)
	Query     func(ctx context.Context, in *QueryLanguageRequest) (*QueryLanguageResponse, error)
	GetAll    func(ctx context.Context, in *GetAllRequest) (*GetAllLanguageResponse, error)
	GetDetail func(ctx context.Context, in *GetDetailRequest) (*GetLanguageDetailResponse, error)
	Export    func(ctx context.Context, in *CommonExportRequest) (*CommonExportResponse, error)
}

func (*LanguageClientImpl) GetDubboStub

func (c *LanguageClientImpl) GetDubboStub(cc *triple.TripleConn) LanguageClient

func (*LanguageClientImpl) XXX_InterfaceName

func (c *LanguageClientImpl) XXX_InterfaceName() string

type LanguageInfo

type LanguageInfo struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id"`
	//Chinese
	Chinese string `protobuf:"bytes,2,opt,name=chinese,proto3" json:"chinese"`
	//Description
	Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description"`
	//English
	English string `protobuf:"bytes,4,opt,name=english,proto3" json:"english"`
	//Group
	Group string `protobuf:"bytes,5,opt,name=group,proto3" json:"group"`
	//Japan
	Japan string `protobuf:"bytes,6,opt,name=japan,proto3" json:"japan"`
	//Name
	Name string `protobuf:"bytes,7,opt,name=name,proto3" json:"name"`
	//System Admin-管理后台 APP
	System string `protobuf:"bytes,8,opt,name=system,proto3" json:"system"`
	//所属站点
	WebSiteID string `protobuf:"bytes,9,opt,name=webSiteID,proto3" json:"webSiteID"`
	ProjectID string `protobuf:"bytes,10,opt,name=projectID,proto3" json:"projectID"`
	TenantID  string `protobuf:"bytes,11,opt,name=tenantID,proto3" json:"tenantID"`
	//系统必须要有的数据
	IsMust bool `protobuf:"varint,12,opt,name=isMust,proto3" json:"isMust"`
	// contains filtered or unexported fields
}

func (*LanguageInfo) Descriptor deprecated

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

Deprecated: Use LanguageInfo.ProtoReflect.Descriptor instead.

func (*LanguageInfo) GetChinese

func (x *LanguageInfo) GetChinese() string

func (*LanguageInfo) GetDescription

func (x *LanguageInfo) GetDescription() string

func (*LanguageInfo) GetEnglish

func (x *LanguageInfo) GetEnglish() string

func (*LanguageInfo) GetGroup

func (x *LanguageInfo) GetGroup() string

func (*LanguageInfo) GetId

func (x *LanguageInfo) GetId() string

func (*LanguageInfo) GetIsMust

func (x *LanguageInfo) GetIsMust() bool

func (*LanguageInfo) GetJapan

func (x *LanguageInfo) GetJapan() string

func (*LanguageInfo) GetName

func (x *LanguageInfo) GetName() string

func (*LanguageInfo) GetProjectID

func (x *LanguageInfo) GetProjectID() string

func (*LanguageInfo) GetSystem

func (x *LanguageInfo) GetSystem() string

func (*LanguageInfo) GetTenantID

func (x *LanguageInfo) GetTenantID() string

func (*LanguageInfo) GetWebSiteID

func (x *LanguageInfo) GetWebSiteID() string

func (*LanguageInfo) ProtoMessage

func (*LanguageInfo) ProtoMessage()

func (*LanguageInfo) ProtoReflect

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

func (*LanguageInfo) Reset

func (x *LanguageInfo) Reset()

func (*LanguageInfo) String

func (x *LanguageInfo) String() string

type LanguageServer

LanguageServer is the server API for Language service. All implementations must embed UnimplementedLanguageServer for forward compatibility

type LoginByStaffNoRequest

type LoginByStaffNoRequest struct {
	UserName string `protobuf:"bytes,1,opt,name=userName,proto3" json:"userName"`
	Password string `protobuf:"bytes,2,opt,name=password,proto3" json:"password"`
	StaffNo  string `protobuf:"bytes,3,opt,name=staffNo,proto3" json:"staffNo"`
	// contains filtered or unexported fields
}

func (*LoginByStaffNoRequest) Descriptor deprecated

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

Deprecated: Use LoginByStaffNoRequest.ProtoReflect.Descriptor instead.

func (*LoginByStaffNoRequest) GetPassword

func (x *LoginByStaffNoRequest) GetPassword() string

func (*LoginByStaffNoRequest) GetStaffNo

func (x *LoginByStaffNoRequest) GetStaffNo() string

func (*LoginByStaffNoRequest) GetUserName

func (x *LoginByStaffNoRequest) GetUserName() string

func (*LoginByStaffNoRequest) ProtoMessage

func (*LoginByStaffNoRequest) ProtoMessage()

func (*LoginByStaffNoRequest) ProtoReflect

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

func (*LoginByStaffNoRequest) Reset

func (x *LoginByStaffNoRequest) Reset()

func (*LoginByStaffNoRequest) String

func (x *LoginByStaffNoRequest) String() string

type LoginByStaffNoResponse

type LoginByStaffNoResponse struct {
	Code    Code         `protobuf:"varint,1,opt,name=code,proto3,enum=usercenter.Code" json:"code"`
	Message string       `protobuf:"bytes,2,opt,name=message,proto3" json:"message"`
	Data    string       `protobuf:"bytes,3,opt,name=data,proto3" json:"data"`
	User    *UserProfile `protobuf:"bytes,4,opt,name=user,proto3" json:"user"`
	// contains filtered or unexported fields
}

func (*LoginByStaffNoResponse) Descriptor deprecated

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

Deprecated: Use LoginByStaffNoResponse.ProtoReflect.Descriptor instead.

func (*LoginByStaffNoResponse) GetCode

func (x *LoginByStaffNoResponse) GetCode() Code

func (*LoginByStaffNoResponse) GetData

func (x *LoginByStaffNoResponse) GetData() string

func (*LoginByStaffNoResponse) GetMessage

func (x *LoginByStaffNoResponse) GetMessage() string

func (*LoginByStaffNoResponse) GetUser

func (x *LoginByStaffNoResponse) GetUser() *UserProfile

func (*LoginByStaffNoResponse) ProtoMessage

func (*LoginByStaffNoResponse) ProtoMessage()

func (*LoginByStaffNoResponse) ProtoReflect

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

func (*LoginByStaffNoResponse) Reset

func (x *LoginByStaffNoResponse) Reset()

func (*LoginByStaffNoResponse) String

func (x *LoginByStaffNoResponse) String() string

type LoginRequest

type LoginRequest struct {

	//用户名
	UserName string `protobuf:"bytes,1,opt,name=userName,proto3" json:"userName"`
	//密码
	Password string `protobuf:"bytes,2,opt,name=password,proto3" json:"password"`
	//微信Union ID
	WechatUnionID string `protobuf:"bytes,3,opt,name=wechatUnionID,proto3" json:"wechatUnionID"`
	//微信OpenID
	WechatOpenID string `protobuf:"bytes,4,opt,name=wechatOpenID,proto3" json:"wechatOpenID"`
	// contains filtered or unexported fields
}

func (*LoginRequest) Descriptor deprecated

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

Deprecated: Use LoginRequest.ProtoReflect.Descriptor instead.

func (*LoginRequest) GetPassword

func (x *LoginRequest) GetPassword() string

func (*LoginRequest) GetUserName

func (x *LoginRequest) GetUserName() string

func (*LoginRequest) GetWechatOpenID

func (x *LoginRequest) GetWechatOpenID() string

func (*LoginRequest) GetWechatUnionID

func (x *LoginRequest) GetWechatUnionID() string

func (*LoginRequest) ProtoMessage

func (*LoginRequest) ProtoMessage()

func (*LoginRequest) ProtoReflect

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

func (*LoginRequest) Reset

func (x *LoginRequest) Reset()

func (*LoginRequest) String

func (x *LoginRequest) String() string

type LoginResponse

type LoginResponse struct {
	Code    Code   `protobuf:"varint,1,opt,name=code,proto3,enum=usercenter.Code" json:"code"`
	Message string `protobuf:"bytes,2,opt,name=message,proto3" json:"message"`
	Data    string `protobuf:"bytes,3,opt,name=data,proto3" json:"data"`
	// contains filtered or unexported fields
}

func (*LoginResponse) Descriptor deprecated

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

Deprecated: Use LoginResponse.ProtoReflect.Descriptor instead.

func (*LoginResponse) GetCode

func (x *LoginResponse) GetCode() Code

func (*LoginResponse) GetData

func (x *LoginResponse) GetData() string

func (*LoginResponse) GetMessage

func (x *LoginResponse) GetMessage() string

func (*LoginResponse) ProtoMessage

func (*LoginResponse) ProtoMessage()

func (*LoginResponse) ProtoReflect

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

func (*LoginResponse) Reset

func (x *LoginResponse) Reset()

func (*LoginResponse) String

func (x *LoginResponse) String() string

type LogoutByUserNameRequest

type LogoutByUserNameRequest struct {
	UserName string `protobuf:"bytes,1,opt,name=userName,proto3" json:"userName"`
	// contains filtered or unexported fields
}

func (*LogoutByUserNameRequest) Descriptor deprecated

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

Deprecated: Use LogoutByUserNameRequest.ProtoReflect.Descriptor instead.

func (*LogoutByUserNameRequest) GetUserName

func (x *LogoutByUserNameRequest) GetUserName() string

func (*LogoutByUserNameRequest) ProtoMessage

func (*LogoutByUserNameRequest) ProtoMessage()

func (*LogoutByUserNameRequest) ProtoReflect

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

func (*LogoutByUserNameRequest) Reset

func (x *LogoutByUserNameRequest) Reset()

func (*LogoutByUserNameRequest) String

func (x *LogoutByUserNameRequest) String() string

type LogoutRequest

type LogoutRequest struct {
	Token string `protobuf:"bytes,1,opt,name=token,proto3" json:"token"`
	// contains filtered or unexported fields
}

func (*LogoutRequest) Descriptor deprecated

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

Deprecated: Use LogoutRequest.ProtoReflect.Descriptor instead.

func (*LogoutRequest) GetToken

func (x *LogoutRequest) GetToken() string

func (*LogoutRequest) ProtoMessage

func (*LogoutRequest) ProtoMessage()

func (*LogoutRequest) ProtoReflect

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

func (*LogoutRequest) Reset

func (x *LogoutRequest) Reset()

func (*LogoutRequest) String

func (x *LogoutRequest) String() string
type MenuClientImpl struct {
	Add       func(ctx context.Context, in *MenuInfo) (*CommonResponse, error)
	Update    func(ctx context.Context, in *MenuInfo) (*CommonResponse, error)
	Delete    func(ctx context.Context, in *DelRequest) (*CommonResponse, error)
	Query     func(ctx context.Context, in *QueryMenuRequest) (*QueryMenuResponse, error)
	GetAll    func(ctx context.Context, in *QueryMenuRequest) (*GetAllMenuResponse, error)
	GetDetail func(ctx context.Context, in *GetDetailRequest) (*GetMenuDetailResponse, error)
	Export    func(ctx context.Context, in *CommonExportRequest) (*CommonExportResponse, error)
}
func (c *MenuClientImpl) GetDubboStub(cc *triple.TripleConn) MenuClient
func (c *MenuClientImpl) XXX_InterfaceName() string
type MenuFunc struct {
	Id           string         `protobuf:"bytes,1,opt,name=id,proto3" json:"id"`
	MenuID       string         `protobuf:"bytes,2,opt,name=menuID,proto3" json:"menuID"`
	Name         string         `protobuf:"bytes,3,opt,name=name,proto3" json:"name"`
	Title        string         `protobuf:"bytes,4,opt,name=title,proto3" json:"title"`
	Hidden       bool           `protobuf:"varint,5,opt,name=hidden,proto3" json:"hidden"`
	MenuFuncApis []*MenuFuncApi `protobuf:"bytes,6,rep,name=menuFuncApis,proto3" json:"menuFuncApis"`
	// contains filtered or unexported fields
}
func (*MenuFunc) Descriptor() ([]byte, []int)

Deprecated: Use MenuFunc.ProtoReflect.Descriptor instead.

func (x *MenuFunc) GetHidden() bool
func (x *MenuFunc) GetId() string
func (x *MenuFunc) GetMenuFuncApis() []*MenuFuncApi
func (x *MenuFunc) GetMenuID() string
func (x *MenuFunc) GetName() string
func (x *MenuFunc) GetTitle() string
func (*MenuFunc) ProtoMessage()
func (x *MenuFunc) ProtoReflect() protoreflect.Message
func (x *MenuFunc) Reset()
func (x *MenuFunc) String() string
type MenuFuncApi struct {
	Id         string   `protobuf:"bytes,1,opt,name=id,proto3" json:"id"`
	MenuFuncID string   `protobuf:"bytes,2,opt,name=menuFuncID,proto3" json:"menuFuncID"`
	ApiID      string   `protobuf:"bytes,3,opt,name=apiID,proto3" json:"apiID"`
	ApiInfo    *APIInfo `protobuf:"bytes,4,opt,name=apiInfo,proto3" json:"apiInfo"`
	// contains filtered or unexported fields
}
func (*MenuFuncApi) Descriptor() ([]byte, []int)

Deprecated: Use MenuFuncApi.ProtoReflect.Descriptor instead.

func (x *MenuFuncApi) GetApiID() string
func (x *MenuFuncApi) GetApiInfo() *APIInfo
func (x *MenuFuncApi) GetId() string
func (x *MenuFuncApi) GetMenuFuncID() string
func (*MenuFuncApi) ProtoMessage()
func (x *MenuFuncApi) ProtoReflect() protoreflect.Message
func (x *MenuFuncApi) Reset()
func (x *MenuFuncApi) String() string
type MenuInfo struct {
	Id       string `protobuf:"bytes,1,opt,name=id,proto3" json:"id"`
	Level    uint32 `protobuf:"varint,2,opt,name=level,proto3" json:"level"`
	ParentID string `protobuf:"bytes,3,opt,name=parentID,proto3" json:"parentID"`
	Path     string `protobuf:"bytes,4,opt,name=path,proto3" json:"path"`
	// @inject_tag: validate:"required"
	Name        string           `protobuf:"bytes,5,opt,name=name,proto3" json:"name" validate:"required"`
	Hidden      bool             `protobuf:"varint,6,opt,name=hidden,proto3" json:"hidden"`
	Component   string           `protobuf:"bytes,7,opt,name=component,proto3" json:"component"`
	Sort        int32            `protobuf:"varint,8,opt,name=sort,proto3" json:"sort"`
	Cache       bool             `protobuf:"varint,9,opt,name=cache,proto3" json:"cache"`
	DefaultMenu bool             `protobuf:"varint,10,opt,name=defaultMenu,proto3" json:"defaultMenu"`
	Title       string           `protobuf:"bytes,11,opt,name=title,proto3" json:"title"`
	Icon        string           `protobuf:"bytes,12,opt,name=icon,proto3" json:"icon"`
	CloseTab    bool             `protobuf:"varint,13,opt,name=closeTab,proto3" json:"closeTab"`
	Children    []*MenuInfo      `protobuf:"bytes,14,rep,name=children,proto3" json:"children"`
	Parameters  []*MenuParameter `protobuf:"bytes,15,rep,name=parameters,proto3" json:"parameters"`
	MenuFuncs   []*MenuFunc      `protobuf:"bytes,16,rep,name=menuFuncs,proto3" json:"menuFuncs"`
	ProjectID   string           `protobuf:"bytes,17,opt,name=projectID,proto3" json:"projectID"`
	TenantID    string           `protobuf:"bytes,18,opt,name=tenantID,proto3" json:"tenantID"`
	//系统必须要有的数据
	IsMust bool `protobuf:"varint,19,opt,name=isMust,proto3" json:"isMust"`
	// contains filtered or unexported fields
}
func (*MenuInfo) Descriptor() ([]byte, []int)

Deprecated: Use MenuInfo.ProtoReflect.Descriptor instead.

func (x *MenuInfo) GetCache() bool
func (x *MenuInfo) GetChildren() []*MenuInfo
func (x *MenuInfo) GetCloseTab() bool
func (x *MenuInfo) GetComponent() string
func (x *MenuInfo) GetDefaultMenu() bool
func (x *MenuInfo) GetHidden() bool
func (x *MenuInfo) GetIcon() string
func (x *MenuInfo) GetId() string
func (x *MenuInfo) GetIsMust() bool
func (x *MenuInfo) GetLevel() uint32
func (x *MenuInfo) GetMenuFuncs() []*MenuFunc
func (x *MenuInfo) GetName() string
func (x *MenuInfo) GetParameters() []*MenuParameter
func (x *MenuInfo) GetParentID() string
func (x *MenuInfo) GetPath() string
func (x *MenuInfo) GetProjectID() string
func (x *MenuInfo) GetSort() int32
func (x *MenuInfo) GetTenantID() string
func (x *MenuInfo) GetTitle() string
func (*MenuInfo) ProtoMessage()
func (x *MenuInfo) ProtoReflect() protoreflect.Message
func (x *MenuInfo) Reset()
func (x *MenuInfo) String() string
type MenuParameter struct {
	Id     string `protobuf:"bytes,1,opt,name=id,proto3" json:"id"`
	MenuID string `protobuf:"bytes,2,opt,name=menuID,proto3" json:"menuID"`
	Type   string `protobuf:"bytes,3,opt,name=type,proto3" json:"type"`
	Key    string `protobuf:"bytes,4,opt,name=key,proto3" json:"key"`
	Value  string `protobuf:"bytes,5,opt,name=value,proto3" json:"value"`
	// contains filtered or unexported fields
}
func (*MenuParameter) Descriptor() ([]byte, []int)

Deprecated: Use MenuParameter.ProtoReflect.Descriptor instead.

func (x *MenuParameter) GetId() string
func (x *MenuParameter) GetKey() string
func (x *MenuParameter) GetMenuID() string
func (x *MenuParameter) GetType() string
func (x *MenuParameter) GetValue() string
func (*MenuParameter) ProtoMessage()
func (x *MenuParameter) ProtoReflect() protoreflect.Message
func (x *MenuParameter) Reset()
func (x *MenuParameter) String() string

MenuServer is the server API for Menu service. All implementations must embed UnimplementedMenuServer for forward compatibility

type ProjectClientImpl

type ProjectClientImpl struct {
	Add       func(ctx context.Context, in *ProjectInfo) (*CommonResponse, error)
	Update    func(ctx context.Context, in *ProjectInfo) (*CommonResponse, error)
	Delete    func(ctx context.Context, in *DelRequest) (*CommonResponse, error)
	Query     func(ctx context.Context, in *QueryProjectRequest) (*QueryProjectResponse, error)
	GetDetail func(ctx context.Context, in *GetDetailRequest) (*GetProjectDetailResponse, error)
	Export    func(ctx context.Context, in *CommonExportRequest) (*CommonExportResponse, error)
}

func (*ProjectClientImpl) GetDubboStub

func (c *ProjectClientImpl) GetDubboStub(cc *triple.TripleConn) ProjectClient

func (*ProjectClientImpl) XXX_InterfaceName

func (c *ProjectClientImpl) XXX_InterfaceName() string

type ProjectFormComponent

type ProjectFormComponent struct {
	Id        string `protobuf:"bytes,1,opt,name=id,proto3" json:"id"`
	ProjectID string `protobuf:"bytes,2,opt,name=projectID,proto3" json:"projectID"`
	Name      string `protobuf:"bytes,3,opt,name=name,proto3" json:"name"`
	// contains filtered or unexported fields
}

func (*ProjectFormComponent) Descriptor deprecated

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

Deprecated: Use ProjectFormComponent.ProtoReflect.Descriptor instead.

func (*ProjectFormComponent) GetId

func (x *ProjectFormComponent) GetId() string

func (*ProjectFormComponent) GetName

func (x *ProjectFormComponent) GetName() string

func (*ProjectFormComponent) GetProjectID

func (x *ProjectFormComponent) GetProjectID() string

func (*ProjectFormComponent) ProtoMessage

func (*ProjectFormComponent) ProtoMessage()

func (*ProjectFormComponent) ProtoReflect

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

func (*ProjectFormComponent) Reset

func (x *ProjectFormComponent) Reset()

func (*ProjectFormComponent) String

func (x *ProjectFormComponent) String() string

type ProjectInfo

type ProjectInfo struct {
	Id             string                  `protobuf:"bytes,1,opt,name=id,proto3" json:"id"`
	TenantID       string                  `protobuf:"bytes,2,opt,name=tenantID,proto3" json:"tenantID"`
	Name           string                  `protobuf:"bytes,3,opt,name=name,proto3" json:"name"`
	FormCount      int32                   `protobuf:"varint,4,opt,name=formCount,proto3" json:"formCount"`
	PageCount      int32                   `protobuf:"varint,5,opt,name=pageCount,proto3" json:"pageCount"`
	Expired        string                  `protobuf:"bytes,6,opt,name=expired,proto3" json:"expired"`
	Description    string                  `protobuf:"bytes,7,opt,name=description,proto3" json:"description"`
	CellCount      int32                   `protobuf:"varint,8,opt,name=cellCount,proto3" json:"cellCount"`
	FormComponents []*ProjectFormComponent `protobuf:"bytes,9,rep,name=formComponents,proto3" json:"formComponents"`
	//系统必须要有的数据
	IsMust bool `protobuf:"varint,10,opt,name=isMust,proto3" json:"isMust"`
	// contains filtered or unexported fields
}

func (*ProjectInfo) Descriptor deprecated

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

Deprecated: Use ProjectInfo.ProtoReflect.Descriptor instead.

func (*ProjectInfo) GetCellCount

func (x *ProjectInfo) GetCellCount() int32

func (*ProjectInfo) GetDescription

func (x *ProjectInfo) GetDescription() string

func (*ProjectInfo) GetExpired

func (x *ProjectInfo) GetExpired() string

func (*ProjectInfo) GetFormComponents

func (x *ProjectInfo) GetFormComponents() []*ProjectFormComponent

func (*ProjectInfo) GetFormCount

func (x *ProjectInfo) GetFormCount() int32

func (*ProjectInfo) GetId

func (x *ProjectInfo) GetId() string

func (*ProjectInfo) GetIsMust

func (x *ProjectInfo) GetIsMust() bool

func (*ProjectInfo) GetName

func (x *ProjectInfo) GetName() string

func (*ProjectInfo) GetPageCount

func (x *ProjectInfo) GetPageCount() int32

func (*ProjectInfo) GetTenantID

func (x *ProjectInfo) GetTenantID() string

func (*ProjectInfo) ProtoMessage

func (*ProjectInfo) ProtoMessage()

func (*ProjectInfo) ProtoReflect

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

func (*ProjectInfo) Reset

func (x *ProjectInfo) Reset()

func (*ProjectInfo) String

func (x *ProjectInfo) String() string

type ProjectServer

ProjectServer is the server API for Project service. All implementations must embed UnimplementedProjectServer for forward compatibility

type QueryAPIRequest

type QueryAPIRequest struct {

	// @inject_tag: uri:"pageIndex" form:"pageIndex"
	PageIndex int64 `protobuf:"varint,1,opt,name=pageIndex,proto3" json:"pageIndex" uri:"pageIndex" form:"pageIndex"`
	// @inject_tag: uri:"pageSize" form:"pageSize"
	PageSize int64 `protobuf:"varint,2,opt,name=pageSize,proto3" json:"pageSize" uri:"pageSize" form:"pageSize"`
	// @inject_tag: uri:"orderField" form:"orderField"
	OrderField string `protobuf:"bytes,3,opt,name=orderField,proto3" json:"orderField" uri:"orderField" form:"orderField"`
	// @inject_tag: uri:"desc" form:"desc"
	Desc bool `protobuf:"varint,4,opt,name=desc,proto3" json:"desc" uri:"desc" form:"desc"`
	// @inject_tag: uri:"path" form:"path"
	Path string `protobuf:"bytes,5,opt,name=path,proto3" json:"path" uri:"path" form:"path"`
	// @inject_tag: uri:"method" form:"method"
	Method string `protobuf:"bytes,6,opt,name=method,proto3" json:"method" uri:"method" form:"method"`
	// @inject_tag: uri:"group" form:"group"
	Group string `protobuf:"bytes,7,opt,name=group,proto3" json:"group" uri:"group" form:"group"`
	// @inject_tag: uri:"checkAuth" form:"checkAuth"
	CheckAuth int32 `protobuf:"varint,8,opt,name=checkAuth,proto3" json:"checkAuth" uri:"checkAuth" form:"checkAuth"`
	// @inject_tag: uri:"checkLogin" form:"checkLogin"
	CheckLogin int32 `protobuf:"varint,9,opt,name=checkLogin,proto3" json:"checkLogin" uri:"checkLogin" form:"checkLogin"`
	// @inject_tag: uri:"ids" form:"ids"
	Ids []string `protobuf:"bytes,10,rep,name=ids,proto3" json:"ids" uri:"ids" form:"ids"`
	// @inject_tag: uri:"projectID" form:"projectID"
	ProjectID string `protobuf:"bytes,11,opt,name=projectID,proto3" json:"projectID" uri:"projectID" form:"projectID"`
	// @inject_tag: uri:"tenantID" form:"tenantID"
	TenantID string `protobuf:"bytes,12,opt,name=tenantID,proto3" json:"tenantID" uri:"tenantID" form:"tenantID"`
	// @inject_tag: uri:"isMust" form:"isMust"
	IsMust bool `protobuf:"varint,13,opt,name=isMust,proto3" json:"isMust" uri:"isMust" form:"isMust"`
	// @inject_tag: uri:"sortConfig" form:"sortConfig"
	SortConfig string `protobuf:"bytes,14,opt,name=sortConfig,proto3" json:"sortConfig" uri:"sortConfig" form:"sortConfig"`
	// contains filtered or unexported fields
}

func (*QueryAPIRequest) Descriptor deprecated

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

Deprecated: Use QueryAPIRequest.ProtoReflect.Descriptor instead.

func (*QueryAPIRequest) GetCheckAuth

func (x *QueryAPIRequest) GetCheckAuth() int32

func (*QueryAPIRequest) GetCheckLogin

func (x *QueryAPIRequest) GetCheckLogin() int32

func (*QueryAPIRequest) GetDesc

func (x *QueryAPIRequest) GetDesc() bool

func (*QueryAPIRequest) GetGroup

func (x *QueryAPIRequest) GetGroup() string

func (*QueryAPIRequest) GetIds

func (x *QueryAPIRequest) GetIds() []string

func (*QueryAPIRequest) GetIsMust

func (x *QueryAPIRequest) GetIsMust() bool

func (*QueryAPIRequest) GetMethod

func (x *QueryAPIRequest) GetMethod() string

func (*QueryAPIRequest) GetOrderField

func (x *QueryAPIRequest) GetOrderField() string

func (*QueryAPIRequest) GetPageIndex

func (x *QueryAPIRequest) GetPageIndex() int64

func (*QueryAPIRequest) GetPageSize

func (x *QueryAPIRequest) GetPageSize() int64

func (*QueryAPIRequest) GetPath

func (x *QueryAPIRequest) GetPath() string

func (*QueryAPIRequest) GetProjectID

func (x *QueryAPIRequest) GetProjectID() string

func (*QueryAPIRequest) GetSortConfig

func (x *QueryAPIRequest) GetSortConfig() string

func (*QueryAPIRequest) GetTenantID

func (x *QueryAPIRequest) GetTenantID() string

func (*QueryAPIRequest) ProtoMessage

func (*QueryAPIRequest) ProtoMessage()

func (*QueryAPIRequest) ProtoReflect

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

func (*QueryAPIRequest) Reset

func (x *QueryAPIRequest) Reset()

func (*QueryAPIRequest) String

func (x *QueryAPIRequest) String() string

type QueryAPIResponse

type QueryAPIResponse struct {
	Code    Code       `protobuf:"varint,1,opt,name=code,proto3,enum=usercenter.Code" json:"code"`
	Message string     `protobuf:"bytes,2,opt,name=message,proto3" json:"message"`
	Data    []*APIInfo `protobuf:"bytes,3,rep,name=data,proto3" json:"data"`
	Pages   int64      `protobuf:"varint,4,opt,name=pages,proto3" json:"pages"`
	Records int64      `protobuf:"varint,5,opt,name=records,proto3" json:"records"`
	Total   int64      `protobuf:"varint,6,opt,name=total,proto3" json:"total"`
	// contains filtered or unexported fields
}

func (*QueryAPIResponse) Descriptor deprecated

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

Deprecated: Use QueryAPIResponse.ProtoReflect.Descriptor instead.

func (*QueryAPIResponse) GetCode

func (x *QueryAPIResponse) GetCode() Code

func (*QueryAPIResponse) GetData

func (x *QueryAPIResponse) GetData() []*APIInfo

func (*QueryAPIResponse) GetMessage

func (x *QueryAPIResponse) GetMessage() string

func (*QueryAPIResponse) GetPages

func (x *QueryAPIResponse) GetPages() int64

func (*QueryAPIResponse) GetRecords

func (x *QueryAPIResponse) GetRecords() int64

func (*QueryAPIResponse) GetTotal

func (x *QueryAPIResponse) GetTotal() int64

func (*QueryAPIResponse) ProtoMessage

func (*QueryAPIResponse) ProtoMessage()

func (*QueryAPIResponse) ProtoReflect

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

func (*QueryAPIResponse) Reset

func (x *QueryAPIResponse) Reset()

func (*QueryAPIResponse) String

func (x *QueryAPIResponse) String() string

type QueryDictionariesRequest

type QueryDictionariesRequest struct {

	// @inject_tag: uri:"pageIndex" form:"pageIndex"
	PageIndex int64 `protobuf:"varint,1,opt,name=pageIndex,proto3" json:"pageIndex" uri:"pageIndex" form:"pageIndex"`
	// @inject_tag: uri:"pageSize" form:"pageSize"
	PageSize int64 `protobuf:"varint,2,opt,name=pageSize,proto3" json:"pageSize" uri:"pageSize" form:"pageSize"`
	// @inject_tag: uri:"orderField" form:"orderField"
	OrderField string `protobuf:"bytes,3,opt,name=orderField,proto3" json:"orderField" uri:"orderField" form:"orderField"`
	// @inject_tag: uri:"desc" form:"desc"
	Desc bool `protobuf:"varint,4,opt,name=desc,proto3" json:"desc" uri:"desc" form:"desc"`
	//租户ID
	// @inject_tag: uri:"tenantID" form:"tenantID"
	TenantID string `protobuf:"bytes,9,opt,name=tenantID,proto3" json:"tenantID" uri:"tenantID" form:"tenantID"`
	// @inject_tag: uri:"isMust" form:"isMust"
	IsMust bool `protobuf:"varint,10,opt,name=isMust,proto3" json:"isMust" uri:"isMust" form:"isMust"`
	// @inject_tag: uri:"sortConfig" form:"sortConfig"
	SortConfig string `protobuf:"bytes,11,opt,name=sortConfig,proto3" json:"sortConfig" uri:"sortConfig" form:"sortConfig"`
	// contains filtered or unexported fields
}

func (*QueryDictionariesRequest) Descriptor deprecated

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

Deprecated: Use QueryDictionariesRequest.ProtoReflect.Descriptor instead.

func (*QueryDictionariesRequest) GetDesc

func (x *QueryDictionariesRequest) GetDesc() bool

func (*QueryDictionariesRequest) GetIsMust

func (x *QueryDictionariesRequest) GetIsMust() bool

func (*QueryDictionariesRequest) GetOrderField

func (x *QueryDictionariesRequest) GetOrderField() string

func (*QueryDictionariesRequest) GetPageIndex

func (x *QueryDictionariesRequest) GetPageIndex() int64

func (*QueryDictionariesRequest) GetPageSize

func (x *QueryDictionariesRequest) GetPageSize() int64

func (*QueryDictionariesRequest) GetSortConfig

func (x *QueryDictionariesRequest) GetSortConfig() string

func (*QueryDictionariesRequest) GetTenantID

func (x *QueryDictionariesRequest) GetTenantID() string

func (*QueryDictionariesRequest) ProtoMessage

func (*QueryDictionariesRequest) ProtoMessage()

func (*QueryDictionariesRequest) ProtoReflect

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

func (*QueryDictionariesRequest) Reset

func (x *QueryDictionariesRequest) Reset()

func (*QueryDictionariesRequest) String

func (x *QueryDictionariesRequest) String() string

type QueryDictionariesResponse

type QueryDictionariesResponse struct {
	Code    Code                `protobuf:"varint,1,opt,name=code,proto3,enum=usercenter.Code" json:"code"`
	Message string              `protobuf:"bytes,2,opt,name=message,proto3" json:"message"`
	Data    []*DictionariesInfo `protobuf:"bytes,3,rep,name=data,proto3" json:"data"`
	Pages   int64               `protobuf:"varint,4,opt,name=pages,proto3" json:"pages"`
	Records int64               `protobuf:"varint,5,opt,name=records,proto3" json:"records"`
	Total   int64               `protobuf:"varint,6,opt,name=total,proto3" json:"total"`
	// contains filtered or unexported fields
}

func (*QueryDictionariesResponse) Descriptor deprecated

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

Deprecated: Use QueryDictionariesResponse.ProtoReflect.Descriptor instead.

func (*QueryDictionariesResponse) GetCode

func (x *QueryDictionariesResponse) GetCode() Code

func (*QueryDictionariesResponse) GetData

func (*QueryDictionariesResponse) GetMessage

func (x *QueryDictionariesResponse) GetMessage() string

func (*QueryDictionariesResponse) GetPages

func (x *QueryDictionariesResponse) GetPages() int64

func (*QueryDictionariesResponse) GetRecords

func (x *QueryDictionariesResponse) GetRecords() int64

func (*QueryDictionariesResponse) GetTotal

func (x *QueryDictionariesResponse) GetTotal() int64

func (*QueryDictionariesResponse) ProtoMessage

func (*QueryDictionariesResponse) ProtoMessage()

func (*QueryDictionariesResponse) ProtoReflect

func (*QueryDictionariesResponse) Reset

func (x *QueryDictionariesResponse) Reset()

func (*QueryDictionariesResponse) String

func (x *QueryDictionariesResponse) String() string

type QueryFormComponentRequest

type QueryFormComponentRequest struct {

	// @inject_tag: uri:"pageIndex" form:"pageIndex"
	PageIndex int64 `protobuf:"varint,1,opt,name=pageIndex,proto3" json:"pageIndex" uri:"pageIndex" form:"pageIndex"`
	// @inject_tag: uri:"pageSize" form:"pageSize"
	PageSize int64 `protobuf:"varint,2,opt,name=pageSize,proto3" json:"pageSize" uri:"pageSize" form:"pageSize"`
	// @inject_tag: uri:"orderField" form:"orderField"
	OrderField string `protobuf:"bytes,3,opt,name=orderField,proto3" json:"orderField" uri:"orderField" form:"orderField"`
	// @inject_tag: uri:"desc" form:"desc"
	Desc bool `protobuf:"varint,4,opt,name=desc,proto3" json:"desc" uri:"desc" form:"desc"`
	// @inject_tag: uri:"name" form:"name"
	Name string `protobuf:"bytes,5,opt,name=name,proto3" json:"name" uri:"name" form:"name"`
	// @inject_tag: uri:"group" form:"group"
	Group string `protobuf:"bytes,6,opt,name=group,proto3" json:"group" uri:"group" form:"group"`
	// @inject_tag: uri:"sortConfig" form:"sortConfig"
	SortConfig string `protobuf:"bytes,7,opt,name=sortConfig,proto3" json:"sortConfig" uri:"sortConfig" form:"sortConfig"`
	// contains filtered or unexported fields
}

func (*QueryFormComponentRequest) Descriptor deprecated

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

Deprecated: Use QueryFormComponentRequest.ProtoReflect.Descriptor instead.

func (*QueryFormComponentRequest) GetDesc

func (x *QueryFormComponentRequest) GetDesc() bool

func (*QueryFormComponentRequest) GetGroup

func (x *QueryFormComponentRequest) GetGroup() string

func (*QueryFormComponentRequest) GetName

func (x *QueryFormComponentRequest) GetName() string

func (*QueryFormComponentRequest) GetOrderField

func (x *QueryFormComponentRequest) GetOrderField() string

func (*QueryFormComponentRequest) GetPageIndex

func (x *QueryFormComponentRequest) GetPageIndex() int64

func (*QueryFormComponentRequest) GetPageSize

func (x *QueryFormComponentRequest) GetPageSize() int64

func (*QueryFormComponentRequest) GetSortConfig

func (x *QueryFormComponentRequest) GetSortConfig() string

func (*QueryFormComponentRequest) ProtoMessage

func (*QueryFormComponentRequest) ProtoMessage()

func (*QueryFormComponentRequest) ProtoReflect

func (*QueryFormComponentRequest) Reset

func (x *QueryFormComponentRequest) Reset()

func (*QueryFormComponentRequest) String

func (x *QueryFormComponentRequest) String() string

type QueryFormComponentResponse

type QueryFormComponentResponse struct {
	Code    Code                 `protobuf:"varint,1,opt,name=code,proto3,enum=usercenter.Code" json:"code"`
	Message string               `protobuf:"bytes,2,opt,name=message,proto3" json:"message"`
	Data    []*FormComponentInfo `protobuf:"bytes,3,rep,name=data,proto3" json:"data"`
	Pages   int64                `protobuf:"varint,4,opt,name=pages,proto3" json:"pages"`
	Records int64                `protobuf:"varint,5,opt,name=records,proto3" json:"records"`
	Total   int64                `protobuf:"varint,6,opt,name=total,proto3" json:"total"`
	// contains filtered or unexported fields
}

func (*QueryFormComponentResponse) Descriptor deprecated

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

Deprecated: Use QueryFormComponentResponse.ProtoReflect.Descriptor instead.

func (*QueryFormComponentResponse) GetCode

func (x *QueryFormComponentResponse) GetCode() Code

func (*QueryFormComponentResponse) GetData

func (*QueryFormComponentResponse) GetMessage

func (x *QueryFormComponentResponse) GetMessage() string

func (*QueryFormComponentResponse) GetPages

func (x *QueryFormComponentResponse) GetPages() int64

func (*QueryFormComponentResponse) GetRecords

func (x *QueryFormComponentResponse) GetRecords() int64

func (*QueryFormComponentResponse) GetTotal

func (x *QueryFormComponentResponse) GetTotal() int64

func (*QueryFormComponentResponse) ProtoMessage

func (*QueryFormComponentResponse) ProtoMessage()

func (*QueryFormComponentResponse) ProtoReflect

func (*QueryFormComponentResponse) Reset

func (x *QueryFormComponentResponse) Reset()

func (*QueryFormComponentResponse) String

func (x *QueryFormComponentResponse) String() string

type QueryLanguageRequest

type QueryLanguageRequest struct {

	// @inject_tag: uri:"pageIndex" form:"pageIndex"
	PageIndex int64 `protobuf:"varint,1,opt,name=pageIndex,proto3" json:"pageIndex" uri:"pageIndex" form:"pageIndex"`
	// @inject_tag: uri:"pageSize" form:"pageSize"
	PageSize int64 `protobuf:"varint,2,opt,name=pageSize,proto3" json:"pageSize" uri:"pageSize" form:"pageSize"`
	// @inject_tag: uri:"orderField" form:"orderField"
	OrderField string `protobuf:"bytes,3,opt,name=orderField,proto3" json:"orderField" uri:"orderField" form:"orderField"`
	// @inject_tag: uri:"desc" form:"desc"
	Desc bool `protobuf:"varint,4,opt,name=desc,proto3" json:"desc" uri:"desc" form:"desc"`
	//所属站点
	// @inject_tag: uri:"webSiteID" form:"webSiteID"
	WebSiteID string `protobuf:"bytes,5,opt,name=webSiteID,proto3" json:"webSiteID" uri:"webSiteID" form:"webSiteID"`
	// @inject_tag: uri:"isMust" form:"isMust"
	IsMust bool `protobuf:"varint,6,opt,name=isMust,proto3" json:"isMust" uri:"isMust" form:"isMust"`
	// @inject_tag: uri:"sortConfig" form:"sortConfig"
	SortConfig string `protobuf:"bytes,7,opt,name=sortConfig,proto3" json:"sortConfig" uri:"sortConfig" form:"sortConfig"`
	// contains filtered or unexported fields
}

func (*QueryLanguageRequest) Descriptor deprecated

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

Deprecated: Use QueryLanguageRequest.ProtoReflect.Descriptor instead.

func (*QueryLanguageRequest) GetDesc

func (x *QueryLanguageRequest) GetDesc() bool

func (*QueryLanguageRequest) GetIsMust

func (x *QueryLanguageRequest) GetIsMust() bool

func (*QueryLanguageRequest) GetOrderField

func (x *QueryLanguageRequest) GetOrderField() string

func (*QueryLanguageRequest) GetPageIndex

func (x *QueryLanguageRequest) GetPageIndex() int64

func (*QueryLanguageRequest) GetPageSize

func (x *QueryLanguageRequest) GetPageSize() int64

func (*QueryLanguageRequest) GetSortConfig

func (x *QueryLanguageRequest) GetSortConfig() string

func (*QueryLanguageRequest) GetWebSiteID

func (x *QueryLanguageRequest) GetWebSiteID() string

func (*QueryLanguageRequest) ProtoMessage

func (*QueryLanguageRequest) ProtoMessage()

func (*QueryLanguageRequest) ProtoReflect

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

func (*QueryLanguageRequest) Reset

func (x *QueryLanguageRequest) Reset()

func (*QueryLanguageRequest) String

func (x *QueryLanguageRequest) String() string

type QueryLanguageResponse

type QueryLanguageResponse struct {
	Code    Code            `protobuf:"varint,1,opt,name=code,proto3,enum=usercenter.Code" json:"code"`
	Message string          `protobuf:"bytes,2,opt,name=message,proto3" json:"message"`
	Data    []*LanguageInfo `protobuf:"bytes,3,rep,name=data,proto3" json:"data"`
	Pages   int64           `protobuf:"varint,4,opt,name=pages,proto3" json:"pages"`
	Records int64           `protobuf:"varint,5,opt,name=records,proto3" json:"records"`
	Total   int64           `protobuf:"varint,6,opt,name=total,proto3" json:"total"`
	// contains filtered or unexported fields
}

func (*QueryLanguageResponse) Descriptor deprecated

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

Deprecated: Use QueryLanguageResponse.ProtoReflect.Descriptor instead.

func (*QueryLanguageResponse) GetCode

func (x *QueryLanguageResponse) GetCode() Code

func (*QueryLanguageResponse) GetData

func (x *QueryLanguageResponse) GetData() []*LanguageInfo

func (*QueryLanguageResponse) GetMessage

func (x *QueryLanguageResponse) GetMessage() string

func (*QueryLanguageResponse) GetPages

func (x *QueryLanguageResponse) GetPages() int64

func (*QueryLanguageResponse) GetRecords

func (x *QueryLanguageResponse) GetRecords() int64

func (*QueryLanguageResponse) GetTotal

func (x *QueryLanguageResponse) GetTotal() int64

func (*QueryLanguageResponse) ProtoMessage

func (*QueryLanguageResponse) ProtoMessage()

func (*QueryLanguageResponse) ProtoReflect

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

func (*QueryLanguageResponse) Reset

func (x *QueryLanguageResponse) Reset()

func (*QueryLanguageResponse) String

func (x *QueryLanguageResponse) String() string

type QueryMenuRequest

type QueryMenuRequest struct {

	// @inject_tag: uri:"pageIndex" form:"pageIndex"
	PageIndex int64 `protobuf:"varint,1,opt,name=pageIndex,proto3" json:"pageIndex" uri:"pageIndex" form:"pageIndex"`
	// @inject_tag: uri:"pageSize" form:"pageSize"
	PageSize int64 `protobuf:"varint,2,opt,name=pageSize,proto3" json:"pageSize" uri:"pageSize" form:"pageSize"`
	// @inject_tag: uri:"orderField" form:"orderField"
	OrderField string `protobuf:"bytes,3,opt,name=orderField,proto3" json:"orderField" uri:"orderField" form:"orderField"`
	// @inject_tag: uri:"desc" form:"desc"
	Desc bool `protobuf:"varint,4,opt,name=desc,proto3" json:"desc" uri:"desc" form:"desc"`
	// @inject_tag: uri:"name" form:"name"
	Name string `protobuf:"bytes,5,opt,name=name,proto3" json:"name" uri:"name" form:"name"`
	// @inject_tag: uri:"path" form:"path"
	Path string `protobuf:"bytes,6,opt,name=path,proto3" json:"path" uri:"path" form:"path"`
	// @inject_tag: uri:"title" form:"title"
	Title string `protobuf:"bytes,7,opt,name=title,proto3" json:"title" uri:"title" form:"title"`
	// @inject_tag: uri:"parentID" form:"parentID"
	ParentID string `protobuf:"bytes,8,opt,name=parentID,proto3" json:"parentID" uri:"parentID" form:"parentID"`
	// @inject_tag: uri:"level" form:"level"
	Level int32 `protobuf:"varint,9,opt,name=level,proto3" json:"level" uri:"level" form:"level"`
	// @inject_tag: uri:"ids" form:"ids"
	Ids []string `protobuf:"bytes,10,rep,name=ids,proto3" json:"ids" uri:"ids" form:"ids"`
	// @inject_tag: uri:"projectID" form:"projectID"
	ProjectID string `protobuf:"bytes,11,opt,name=projectID,proto3" json:"projectID" uri:"projectID" form:"projectID"`
	// @inject_tag: uri:"tenantID" form:"tenantID"
	TenantID string `protobuf:"bytes,12,opt,name=tenantID,proto3" json:"tenantID" uri:"tenantID" form:"tenantID"`
	// @inject_tag: uri:"isMust" form:"isMust"
	IsMust bool `protobuf:"varint,13,opt,name=isMust,proto3" json:"isMust" uri:"isMust" form:"isMust"`
	// @inject_tag: uri:"sortConfig" form:"sortConfig"
	SortConfig string `protobuf:"bytes,14,opt,name=sortConfig,proto3" json:"sortConfig" uri:"sortConfig" form:"sortConfig"`
	// contains filtered or unexported fields
}

func (*QueryMenuRequest) Descriptor deprecated

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

Deprecated: Use QueryMenuRequest.ProtoReflect.Descriptor instead.

func (*QueryMenuRequest) GetDesc

func (x *QueryMenuRequest) GetDesc() bool

func (*QueryMenuRequest) GetIds

func (x *QueryMenuRequest) GetIds() []string

func (*QueryMenuRequest) GetIsMust

func (x *QueryMenuRequest) GetIsMust() bool

func (*QueryMenuRequest) GetLevel

func (x *QueryMenuRequest) GetLevel() int32

func (*QueryMenuRequest) GetName

func (x *QueryMenuRequest) GetName() string

func (*QueryMenuRequest) GetOrderField

func (x *QueryMenuRequest) GetOrderField() string

func (*QueryMenuRequest) GetPageIndex

func (x *QueryMenuRequest) GetPageIndex() int64

func (*QueryMenuRequest) GetPageSize

func (x *QueryMenuRequest) GetPageSize() int64

func (*QueryMenuRequest) GetParentID

func (x *QueryMenuRequest) GetParentID() string

func (*QueryMenuRequest) GetPath

func (x *QueryMenuRequest) GetPath() string

func (*QueryMenuRequest) GetProjectID

func (x *QueryMenuRequest) GetProjectID() string

func (*QueryMenuRequest) GetSortConfig

func (x *QueryMenuRequest) GetSortConfig() string

func (*QueryMenuRequest) GetTenantID

func (x *QueryMenuRequest) GetTenantID() string

func (*QueryMenuRequest) GetTitle

func (x *QueryMenuRequest) GetTitle() string

func (*QueryMenuRequest) ProtoMessage

func (*QueryMenuRequest) ProtoMessage()

func (*QueryMenuRequest) ProtoReflect

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

func (*QueryMenuRequest) Reset

func (x *QueryMenuRequest) Reset()

func (*QueryMenuRequest) String

func (x *QueryMenuRequest) String() string

type QueryMenuResponse

type QueryMenuResponse struct {
	Code    Code        `protobuf:"varint,1,opt,name=code,proto3,enum=usercenter.Code" json:"code"`
	Message string      `protobuf:"bytes,2,opt,name=message,proto3" json:"message"`
	Data    []*MenuInfo `protobuf:"bytes,3,rep,name=data,proto3" json:"data"`
	Pages   int64       `protobuf:"varint,4,opt,name=pages,proto3" json:"pages"`
	Records int64       `protobuf:"varint,5,opt,name=records,proto3" json:"records"`
	Total   int64       `protobuf:"varint,6,opt,name=total,proto3" json:"total"`
	// contains filtered or unexported fields
}

func (*QueryMenuResponse) Descriptor deprecated

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

Deprecated: Use QueryMenuResponse.ProtoReflect.Descriptor instead.

func (*QueryMenuResponse) GetCode

func (x *QueryMenuResponse) GetCode() Code

func (*QueryMenuResponse) GetData

func (x *QueryMenuResponse) GetData() []*MenuInfo

func (*QueryMenuResponse) GetMessage

func (x *QueryMenuResponse) GetMessage() string

func (*QueryMenuResponse) GetPages

func (x *QueryMenuResponse) GetPages() int64

func (*QueryMenuResponse) GetRecords

func (x *QueryMenuResponse) GetRecords() int64

func (*QueryMenuResponse) GetTotal

func (x *QueryMenuResponse) GetTotal() int64

func (*QueryMenuResponse) ProtoMessage

func (*QueryMenuResponse) ProtoMessage()

func (*QueryMenuResponse) ProtoReflect

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

func (*QueryMenuResponse) Reset

func (x *QueryMenuResponse) Reset()

func (*QueryMenuResponse) String

func (x *QueryMenuResponse) String() string

type QueryProjectRequest

type QueryProjectRequest struct {

	// @inject_tag: uri:"pageIndex" form:"pageIndex"
	PageIndex int64 `protobuf:"varint,1,opt,name=pageIndex,proto3" json:"pageIndex" uri:"pageIndex" form:"pageIndex"`
	// @inject_tag: uri:"pageSize" form:"pageSize"
	PageSize int64 `protobuf:"varint,2,opt,name=pageSize,proto3" json:"pageSize" uri:"pageSize" form:"pageSize"`
	// @inject_tag: uri:"orderField" form:"orderField"
	OrderField string `protobuf:"bytes,3,opt,name=orderField,proto3" json:"orderField" uri:"orderField" form:"orderField"`
	// @inject_tag: uri:"desc" form:"desc"
	Desc bool `protobuf:"varint,4,opt,name=desc,proto3" json:"desc" uri:"desc" form:"desc"`
	// @inject_tag: uri:"tenantID" form:"tenantID"
	TenantID string `protobuf:"bytes,5,opt,name=tenantID,proto3" json:"tenantID" uri:"tenantID" form:"tenantID"`
	// @inject_tag: uri:"name" form:"name"
	Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name" uri:"name" form:"name"`
	// @inject_tag: uri:"isMust" form:"isMust"
	IsMust bool `protobuf:"varint,7,opt,name=isMust,proto3" json:"isMust" uri:"isMust" form:"isMust"`
	// @inject_tag: uri:"sortConfig" form:"sortConfig"
	SortConfig string `protobuf:"bytes,8,opt,name=sortConfig,proto3" json:"sortConfig" uri:"sortConfig" form:"sortConfig"`
	// @inject_tag: uri:"ids" form:"ids"
	Ids []string `protobuf:"bytes,9,rep,name=ids,proto3" json:"ids" uri:"ids" form:"ids"`
	// contains filtered or unexported fields
}

func (*QueryProjectRequest) Descriptor deprecated

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

Deprecated: Use QueryProjectRequest.ProtoReflect.Descriptor instead.

func (*QueryProjectRequest) GetDesc

func (x *QueryProjectRequest) GetDesc() bool

func (*QueryProjectRequest) GetIds

func (x *QueryProjectRequest) GetIds() []string

func (*QueryProjectRequest) GetIsMust

func (x *QueryProjectRequest) GetIsMust() bool

func (*QueryProjectRequest) GetName

func (x *QueryProjectRequest) GetName() string

func (*QueryProjectRequest) GetOrderField

func (x *QueryProjectRequest) GetOrderField() string

func (*QueryProjectRequest) GetPageIndex

func (x *QueryProjectRequest) GetPageIndex() int64

func (*QueryProjectRequest) GetPageSize

func (x *QueryProjectRequest) GetPageSize() int64

func (*QueryProjectRequest) GetSortConfig

func (x *QueryProjectRequest) GetSortConfig() string

func (*QueryProjectRequest) GetTenantID

func (x *QueryProjectRequest) GetTenantID() string

func (*QueryProjectRequest) ProtoMessage

func (*QueryProjectRequest) ProtoMessage()

func (*QueryProjectRequest) ProtoReflect

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

func (*QueryProjectRequest) Reset

func (x *QueryProjectRequest) Reset()

func (*QueryProjectRequest) String

func (x *QueryProjectRequest) String() string

type QueryProjectResponse

type QueryProjectResponse struct {
	Code    Code           `protobuf:"varint,1,opt,name=code,proto3,enum=usercenter.Code" json:"code"`
	Message string         `protobuf:"bytes,2,opt,name=message,proto3" json:"message"`
	Data    []*ProjectInfo `protobuf:"bytes,3,rep,name=data,proto3" json:"data"`
	Pages   int64          `protobuf:"varint,4,opt,name=pages,proto3" json:"pages"`
	Records int64          `protobuf:"varint,5,opt,name=records,proto3" json:"records"`
	Total   int64          `protobuf:"varint,6,opt,name=total,proto3" json:"total"`
	// contains filtered or unexported fields
}

func (*QueryProjectResponse) Descriptor deprecated

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

Deprecated: Use QueryProjectResponse.ProtoReflect.Descriptor instead.

func (*QueryProjectResponse) GetCode

func (x *QueryProjectResponse) GetCode() Code

func (*QueryProjectResponse) GetData

func (x *QueryProjectResponse) GetData() []*ProjectInfo

func (*QueryProjectResponse) GetMessage

func (x *QueryProjectResponse) GetMessage() string

func (*QueryProjectResponse) GetPages

func (x *QueryProjectResponse) GetPages() int64

func (*QueryProjectResponse) GetRecords

func (x *QueryProjectResponse) GetRecords() int64

func (*QueryProjectResponse) GetTotal

func (x *QueryProjectResponse) GetTotal() int64

func (*QueryProjectResponse) ProtoMessage

func (*QueryProjectResponse) ProtoMessage()

func (*QueryProjectResponse) ProtoReflect

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

func (*QueryProjectResponse) Reset

func (x *QueryProjectResponse) Reset()

func (*QueryProjectResponse) String

func (x *QueryProjectResponse) String() string

type QueryRoleRequest

type QueryRoleRequest struct {

	// @inject_tag: uri:"pageIndex" form:"pageIndex"
	PageIndex int64 `protobuf:"varint,1,opt,name=pageIndex,proto3" json:"pageIndex" uri:"pageIndex" form:"pageIndex"`
	// @inject_tag: uri:"pageSize" form:"pageSize"
	PageSize int64 `protobuf:"varint,2,opt,name=pageSize,proto3" json:"pageSize" uri:"pageSize" form:"pageSize"`
	// @inject_tag: uri:"orderField" form:"orderField"
	OrderField string `protobuf:"bytes,3,opt,name=orderField,proto3" json:"orderField" uri:"orderField" form:"orderField"`
	// @inject_tag: uri:"desc" form:"desc"
	Desc bool `protobuf:"varint,4,opt,name=desc,proto3" json:"desc" uri:"desc" form:"desc"`
	// @inject_tag: uri:"name" form:"name"
	Name string `protobuf:"bytes,5,opt,name=name,proto3" json:"name" uri:"name" form:"name"`
	//租户ID
	// @inject_tag: uri:"tenantID" form:"tenantID"
	TenantID string `protobuf:"bytes,6,opt,name=tenantID,proto3" json:"tenantID" uri:"tenantID" form:"tenantID"`
	// true-包含公共角色 false-不包含公共角色
	//公共角色定义:不设置租户的角色
	// @inject_tag: uri:"containerComm" form:"containerComm"
	ContainerComm bool `protobuf:"varint,7,opt,name=containerComm,proto3" json:"containerComm" uri:"containerComm" form:"containerComm"`
	// @inject_tag: uri:"ids" form:"ids"
	Ids []string `protobuf:"bytes,8,rep,name=ids,proto3" json:"ids" uri:"ids" form:"ids"`
	// @inject_tag: uri:"projectID" form:"projectID"
	ProjectID string `protobuf:"bytes,9,opt,name=projectID,proto3" json:"projectID" uri:"projectID" form:"projectID"`
	// @inject_tag: uri:"isMust" form:"isMust"
	IsMust bool `protobuf:"varint,10,opt,name=isMust,proto3" json:"isMust" uri:"isMust" form:"isMust"`
	// @inject_tag: uri:"sortConfig" form:"sortConfig"
	SortConfig string `protobuf:"bytes,11,opt,name=sortConfig,proto3" json:"sortConfig" uri:"sortConfig" form:"sortConfig"`
	// contains filtered or unexported fields
}

func (*QueryRoleRequest) Descriptor deprecated

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

Deprecated: Use QueryRoleRequest.ProtoReflect.Descriptor instead.

func (*QueryRoleRequest) GetContainerComm

func (x *QueryRoleRequest) GetContainerComm() bool

func (*QueryRoleRequest) GetDesc

func (x *QueryRoleRequest) GetDesc() bool

func (*QueryRoleRequest) GetIds

func (x *QueryRoleRequest) GetIds() []string

func (*QueryRoleRequest) GetIsMust

func (x *QueryRoleRequest) GetIsMust() bool

func (*QueryRoleRequest) GetName

func (x *QueryRoleRequest) GetName() string

func (*QueryRoleRequest) GetOrderField

func (x *QueryRoleRequest) GetOrderField() string

func (*QueryRoleRequest) GetPageIndex

func (x *QueryRoleRequest) GetPageIndex() int64

func (*QueryRoleRequest) GetPageSize

func (x *QueryRoleRequest) GetPageSize() int64

func (*QueryRoleRequest) GetProjectID

func (x *QueryRoleRequest) GetProjectID() string

func (*QueryRoleRequest) GetSortConfig

func (x *QueryRoleRequest) GetSortConfig() string

func (*QueryRoleRequest) GetTenantID

func (x *QueryRoleRequest) GetTenantID() string

func (*QueryRoleRequest) ProtoMessage

func (*QueryRoleRequest) ProtoMessage()

func (*QueryRoleRequest) ProtoReflect

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

func (*QueryRoleRequest) Reset

func (x *QueryRoleRequest) Reset()

func (*QueryRoleRequest) String

func (x *QueryRoleRequest) String() string

type QueryRoleResponse

type QueryRoleResponse struct {
	Code    Code        `protobuf:"varint,1,opt,name=code,proto3,enum=usercenter.Code" json:"code"`
	Message string      `protobuf:"bytes,2,opt,name=message,proto3" json:"message"`
	Data    []*RoleInfo `protobuf:"bytes,3,rep,name=data,proto3" json:"data"`
	Pages   int64       `protobuf:"varint,4,opt,name=pages,proto3" json:"pages"`
	Records int64       `protobuf:"varint,5,opt,name=records,proto3" json:"records"`
	Total   int64       `protobuf:"varint,6,opt,name=total,proto3" json:"total"`
	// contains filtered or unexported fields
}

func (*QueryRoleResponse) Descriptor deprecated

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

Deprecated: Use QueryRoleResponse.ProtoReflect.Descriptor instead.

func (*QueryRoleResponse) GetCode

func (x *QueryRoleResponse) GetCode() Code

func (*QueryRoleResponse) GetData

func (x *QueryRoleResponse) GetData() []*RoleInfo

func (*QueryRoleResponse) GetMessage

func (x *QueryRoleResponse) GetMessage() string

func (*QueryRoleResponse) GetPages

func (x *QueryRoleResponse) GetPages() int64

func (*QueryRoleResponse) GetRecords

func (x *QueryRoleResponse) GetRecords() int64

func (*QueryRoleResponse) GetTotal

func (x *QueryRoleResponse) GetTotal() int64

func (*QueryRoleResponse) ProtoMessage

func (*QueryRoleResponse) ProtoMessage()

func (*QueryRoleResponse) ProtoReflect

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

func (*QueryRoleResponse) Reset

func (x *QueryRoleResponse) Reset()

func (*QueryRoleResponse) String

func (x *QueryRoleResponse) String() string

type QuerySystemConfigRequest

type QuerySystemConfigRequest struct {

	// @inject_tag: uri:"pageIndex" form:"pageIndex"
	PageIndex int64 `protobuf:"varint,1,opt,name=pageIndex,proto3" json:"pageIndex" uri:"pageIndex" form:"pageIndex"`
	// @inject_tag: uri:"pageSize" form:"pageSize"
	PageSize int64 `protobuf:"varint,2,opt,name=pageSize,proto3" json:"pageSize" uri:"pageSize" form:"pageSize"`
	// @inject_tag: uri:"orderField" form:"orderField"
	OrderField string `protobuf:"bytes,3,opt,name=orderField,proto3" json:"orderField" uri:"orderField" form:"orderField"`
	// @inject_tag: uri:"desc" form:"desc"
	Desc bool `protobuf:"varint,4,opt,name=desc,proto3" json:"desc" uri:"desc" form:"desc"`
	// @inject_tag: uri:"isMust" form:"isMust"
	IsMust bool `protobuf:"varint,5,opt,name=isMust,proto3" json:"isMust" uri:"isMust" form:"isMust"`
	// @inject_tag: uri:"sortConfig" form:"sortConfig"
	SortConfig string `protobuf:"bytes,6,opt,name=sortConfig,proto3" json:"sortConfig" uri:"sortConfig" form:"sortConfig"`
	// contains filtered or unexported fields
}

func (*QuerySystemConfigRequest) Descriptor deprecated

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

Deprecated: Use QuerySystemConfigRequest.ProtoReflect.Descriptor instead.

func (*QuerySystemConfigRequest) GetDesc

func (x *QuerySystemConfigRequest) GetDesc() bool

func (*QuerySystemConfigRequest) GetIsMust

func (x *QuerySystemConfigRequest) GetIsMust() bool

func (*QuerySystemConfigRequest) GetOrderField

func (x *QuerySystemConfigRequest) GetOrderField() string

func (*QuerySystemConfigRequest) GetPageIndex

func (x *QuerySystemConfigRequest) GetPageIndex() int64

func (*QuerySystemConfigRequest) GetPageSize

func (x *QuerySystemConfigRequest) GetPageSize() int64

func (*QuerySystemConfigRequest) GetSortConfig

func (x *QuerySystemConfigRequest) GetSortConfig() string

func (*QuerySystemConfigRequest) ProtoMessage

func (*QuerySystemConfigRequest) ProtoMessage()

func (*QuerySystemConfigRequest) ProtoReflect

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

func (*QuerySystemConfigRequest) Reset

func (x *QuerySystemConfigRequest) Reset()

func (*QuerySystemConfigRequest) String

func (x *QuerySystemConfigRequest) String() string

type QuerySystemConfigResponse

type QuerySystemConfigResponse struct {
	Code    Code                `protobuf:"varint,1,opt,name=code,proto3,enum=usercenter.Code" json:"code"`
	Message string              `protobuf:"bytes,2,opt,name=message,proto3" json:"message"`
	Data    []*SystemConfigInfo `protobuf:"bytes,3,rep,name=data,proto3" json:"data"`
	Pages   int64               `protobuf:"varint,4,opt,name=pages,proto3" json:"pages"`
	Records int64               `protobuf:"varint,5,opt,name=records,proto3" json:"records"`
	Total   int64               `protobuf:"varint,6,opt,name=total,proto3" json:"total"`
	// contains filtered or unexported fields
}

func (*QuerySystemConfigResponse) Descriptor deprecated

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

Deprecated: Use QuerySystemConfigResponse.ProtoReflect.Descriptor instead.

func (*QuerySystemConfigResponse) GetCode

func (x *QuerySystemConfigResponse) GetCode() Code

func (*QuerySystemConfigResponse) GetData

func (*QuerySystemConfigResponse) GetMessage

func (x *QuerySystemConfigResponse) GetMessage() string

func (*QuerySystemConfigResponse) GetPages

func (x *QuerySystemConfigResponse) GetPages() int64

func (*QuerySystemConfigResponse) GetRecords

func (x *QuerySystemConfigResponse) GetRecords() int64

func (*QuerySystemConfigResponse) GetTotal

func (x *QuerySystemConfigResponse) GetTotal() int64

func (*QuerySystemConfigResponse) ProtoMessage

func (*QuerySystemConfigResponse) ProtoMessage()

func (*QuerySystemConfigResponse) ProtoReflect

func (*QuerySystemConfigResponse) Reset

func (x *QuerySystemConfigResponse) Reset()

func (*QuerySystemConfigResponse) String

func (x *QuerySystemConfigResponse) String() string

type QueryTenantRequest

type QueryTenantRequest struct {

	// @inject_tag: uri:"pageIndex" form:"pageIndex"
	PageIndex int64 `protobuf:"varint,1,opt,name=pageIndex,proto3" json:"pageIndex" uri:"pageIndex" form:"pageIndex"`
	// @inject_tag: uri:"pageSize" form:"pageSize"
	PageSize int64 `protobuf:"varint,2,opt,name=pageSize,proto3" json:"pageSize" uri:"pageSize" form:"pageSize"`
	// @inject_tag: uri:"orderField" form:"orderField"
	OrderField string `protobuf:"bytes,3,opt,name=orderField,proto3" json:"orderField" uri:"orderField" form:"orderField"`
	// @inject_tag: uri:"desc" form:"desc"
	Desc bool `protobuf:"varint,4,opt,name=desc,proto3" json:"desc" uri:"desc" form:"desc"`
	// @inject_tag: uri:"name" form:"name"
	Name string `protobuf:"bytes,5,opt,name=name,proto3" json:"name" uri:"name" form:"name"`
	//省份
	// @inject_tag: uri:"province" form:"province"
	Province string `protobuf:"bytes,6,opt,name=province,proto3" json:"province" uri:"province" form:"province"`
	//城市
	// @inject_tag: uri:"city" form:"city"
	City string `protobuf:"bytes,7,opt,name=city,proto3" json:"city" uri:"city" form:"city"`
	//区/县
	// @inject_tag: uri:"area" form:"area"
	Area string `protobuf:"bytes,8,opt,name=area,proto3" json:"area" uri:"area" form:"area"`
	//街道/镇
	// @inject_tag: uri:"town" form:"town"
	Town string `protobuf:"bytes,9,opt,name=town,proto3" json:"town" uri:"town" form:"town"`
	// @inject_tag: uri:"ids" form:"ids"
	Ids []string `protobuf:"bytes,10,rep,name=ids,proto3" json:"ids" uri:"ids" form:"ids"`
	// @inject_tag: uri:"isMust" form:"isMust"
	IsMust bool `protobuf:"varint,11,opt,name=isMust,proto3" json:"isMust" uri:"isMust" form:"isMust"`
	// @inject_tag: uri:"sortConfig" form:"sortConfig"
	SortConfig string `protobuf:"bytes,12,opt,name=sortConfig,proto3" json:"sortConfig" uri:"sortConfig" form:"sortConfig"`
	// contains filtered or unexported fields
}

func (*QueryTenantRequest) Descriptor deprecated

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

Deprecated: Use QueryTenantRequest.ProtoReflect.Descriptor instead.

func (*QueryTenantRequest) GetArea

func (x *QueryTenantRequest) GetArea() string

func (*QueryTenantRequest) GetCity

func (x *QueryTenantRequest) GetCity() string

func (*QueryTenantRequest) GetDesc

func (x *QueryTenantRequest) GetDesc() bool

func (*QueryTenantRequest) GetIds

func (x *QueryTenantRequest) GetIds() []string

func (*QueryTenantRequest) GetIsMust

func (x *QueryTenantRequest) GetIsMust() bool

func (*QueryTenantRequest) GetName

func (x *QueryTenantRequest) GetName() string

func (*QueryTenantRequest) GetOrderField

func (x *QueryTenantRequest) GetOrderField() string

func (*QueryTenantRequest) GetPageIndex

func (x *QueryTenantRequest) GetPageIndex() int64

func (*QueryTenantRequest) GetPageSize

func (x *QueryTenantRequest) GetPageSize() int64

func (*QueryTenantRequest) GetProvince

func (x *QueryTenantRequest) GetProvince() string

func (*QueryTenantRequest) GetSortConfig

func (x *QueryTenantRequest) GetSortConfig() string

func (*QueryTenantRequest) GetTown

func (x *QueryTenantRequest) GetTown() string

func (*QueryTenantRequest) ProtoMessage

func (*QueryTenantRequest) ProtoMessage()

func (*QueryTenantRequest) ProtoReflect

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

func (*QueryTenantRequest) Reset

func (x *QueryTenantRequest) Reset()

func (*QueryTenantRequest) String

func (x *QueryTenantRequest) String() string

type QueryTenantResponse

type QueryTenantResponse struct {
	Code    Code          `protobuf:"varint,1,opt,name=code,proto3,enum=usercenter.Code" json:"code"`
	Message string        `protobuf:"bytes,2,opt,name=message,proto3" json:"message"`
	Data    []*TenantInfo `protobuf:"bytes,3,rep,name=data,proto3" json:"data"`
	Pages   int64         `protobuf:"varint,4,opt,name=pages,proto3" json:"pages"`
	Records int64         `protobuf:"varint,5,opt,name=records,proto3" json:"records"`
	Total   int64         `protobuf:"varint,6,opt,name=total,proto3" json:"total"`
	// contains filtered or unexported fields
}

func (*QueryTenantResponse) Descriptor deprecated

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

Deprecated: Use QueryTenantResponse.ProtoReflect.Descriptor instead.

func (*QueryTenantResponse) GetCode

func (x *QueryTenantResponse) GetCode() Code

func (*QueryTenantResponse) GetData

func (x *QueryTenantResponse) GetData() []*TenantInfo

func (*QueryTenantResponse) GetMessage

func (x *QueryTenantResponse) GetMessage() string

func (*QueryTenantResponse) GetPages

func (x *QueryTenantResponse) GetPages() int64

func (*QueryTenantResponse) GetRecords

func (x *QueryTenantResponse) GetRecords() int64

func (*QueryTenantResponse) GetTotal

func (x *QueryTenantResponse) GetTotal() int64

func (*QueryTenantResponse) ProtoMessage

func (*QueryTenantResponse) ProtoMessage()

func (*QueryTenantResponse) ProtoReflect

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

func (*QueryTenantResponse) Reset

func (x *QueryTenantResponse) Reset()

func (*QueryTenantResponse) String

func (x *QueryTenantResponse) String() string

type QueryUserRequest

type QueryUserRequest struct {

	// @inject_tag: uri:"pageIndex" form:"pageIndex"
	PageIndex int64 `protobuf:"varint,1,opt,name=pageIndex,proto3" json:"pageIndex" uri:"pageIndex" form:"pageIndex"`
	// @inject_tag: uri:"pageSize" form:"pageSize"
	PageSize int64 `protobuf:"varint,2,opt,name=pageSize,proto3" json:"pageSize" uri:"pageSize" form:"pageSize"`
	// @inject_tag: uri:"orderField" form:"orderField"
	OrderField string `protobuf:"bytes,3,opt,name=orderField,proto3" json:"orderField" uri:"orderField" form:"orderField"`
	// @inject_tag: uri:"desc" form:"desc"
	Desc bool `protobuf:"varint,4,opt,name=desc,proto3" json:"desc" uri:"desc" form:"desc"`
	// @inject_tag: uri:"userName" form:"userName"
	UserName string `protobuf:"bytes,5,opt,name=userName,proto3" json:"userName" uri:"userName" form:"userName"`
	// @inject_tag: uri:"nickname" form:"nickname"
	Nickname string `protobuf:"bytes,6,opt,name=nickname,proto3" json:"nickname" uri:"nickname" form:"nickname"`
	// @inject_tag: uri:"idCard" form:"idCard"
	IdCard string `protobuf:"bytes,7,opt,name=idCard,proto3" json:"idCard" uri:"idCard" form:"idCard"`
	// @inject_tag: uri:"mobile" form:"mobile"
	Mobile string `protobuf:"bytes,8,opt,name=mobile,proto3" json:"mobile" uri:"mobile" form:"mobile"`
	// @inject_tag: uri:"title" form:"title"
	Title string `protobuf:"bytes,9,opt,name=title,proto3" json:"title" uri:"title" form:"title"`
	// @inject_tag: uri:"userNames" form:"userNames"
	UserNames string `protobuf:"bytes,10,opt,name=userNames,proto3" json:"userNames" uri:"userNames" form:"userNames"`
	// @inject_tag: uri:"wechatID" form:"wechatID"
	WechatID string `protobuf:"bytes,11,opt,name=wechatID,proto3" json:"wechatID" uri:"wechatID" form:"wechatID"`
	// @inject_tag: uri:"tenantID" form:"tenantID"
	TenantID string `protobuf:"bytes,12,opt,name=tenantID,proto3" json:"tenantID" uri:"tenantID" form:"tenantID"`
	//用户类型
	// @inject_tag: uri:"type" form:"type"
	Type int32 `protobuf:"varint,13,opt,name=type,proto3" json:"type" uri:"type" form:"type"`
	// @inject_tag: uri:"group" form:"group"
	Group string `protobuf:"bytes,14,opt,name=group,proto3" json:"group" uri:"group" form:"group"`
	// @inject_tag: uri:"ids" form:"ids"
	Ids []string `protobuf:"bytes,15,rep,name=ids,proto3" json:"ids" uri:"ids" form:"ids"`
	// @inject_tag: uri:"projectID" form:"projectID"
	ProjectID string `protobuf:"bytes,16,opt,name=projectID,proto3" json:"projectID" uri:"projectID" form:"projectID"`
	// @inject_tag: uri:"wechatConfigID" form:"wechatConfigID"
	WechatConfigID string `protobuf:"bytes,17,opt,name=wechatConfigID,proto3" json:"wechatConfigID" uri:"wechatConfigID" form:"wechatConfigID"`
	// @inject_tag: uri:"isMust" form:"isMust"
	IsMust bool `protobuf:"varint,18,opt,name=isMust,proto3" json:"isMust" uri:"isMust" form:"isMust"`
	// @inject_tag: uri:"sortConfig" form:"sortConfig"
	SortConfig string `protobuf:"bytes,19,opt,name=sortConfig,proto3" json:"sortConfig" uri:"sortConfig" form:"sortConfig"`
	// contains filtered or unexported fields
}

QueryUserRequest QueryUserRequest

func (*QueryUserRequest) Descriptor deprecated

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

Deprecated: Use QueryUserRequest.ProtoReflect.Descriptor instead.

func (*QueryUserRequest) GetDesc

func (x *QueryUserRequest) GetDesc() bool

func (*QueryUserRequest) GetGroup

func (x *QueryUserRequest) GetGroup() string

func (*QueryUserRequest) GetIdCard

func (x *QueryUserRequest) GetIdCard() string

func (*QueryUserRequest) GetIds

func (x *QueryUserRequest) GetIds() []string

func (*QueryUserRequest) GetIsMust

func (x *QueryUserRequest) GetIsMust() bool

func (*QueryUserRequest) GetMobile

func (x *QueryUserRequest) GetMobile() string

func (*QueryUserRequest) GetNickname

func (x *QueryUserRequest) GetNickname() string

func (*QueryUserRequest) GetOrderField

func (x *QueryUserRequest) GetOrderField() string

func (*QueryUserRequest) GetPageIndex

func (x *QueryUserRequest) GetPageIndex() int64

func (*QueryUserRequest) GetPageSize

func (x *QueryUserRequest) GetPageSize() int64

func (*QueryUserRequest) GetProjectID

func (x *QueryUserRequest) GetProjectID() string

func (*QueryUserRequest) GetSortConfig

func (x *QueryUserRequest) GetSortConfig() string

func (*QueryUserRequest) GetTenantID

func (x *QueryUserRequest) GetTenantID() string

func (*QueryUserRequest) GetTitle

func (x *QueryUserRequest) GetTitle() string

func (*QueryUserRequest) GetType

func (x *QueryUserRequest) GetType() int32

func (*QueryUserRequest) GetUserName

func (x *QueryUserRequest) GetUserName() string

func (*QueryUserRequest) GetUserNames

func (x *QueryUserRequest) GetUserNames() string

func (*QueryUserRequest) GetWechatConfigID

func (x *QueryUserRequest) GetWechatConfigID() string

func (*QueryUserRequest) GetWechatID

func (x *QueryUserRequest) GetWechatID() string

func (*QueryUserRequest) ProtoMessage

func (*QueryUserRequest) ProtoMessage()

func (*QueryUserRequest) ProtoReflect

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

func (*QueryUserRequest) Reset

func (x *QueryUserRequest) Reset()

func (*QueryUserRequest) String

func (x *QueryUserRequest) String() string

type QueryUserResponse

type QueryUserResponse struct {
	Code    Code        `protobuf:"varint,1,opt,name=code,proto3,enum=usercenter.Code" json:"code"`
	Message string      `protobuf:"bytes,2,opt,name=message,proto3" json:"message"`
	Data    []*UserInfo `protobuf:"bytes,3,rep,name=data,proto3" json:"data"`
	Pages   int64       `protobuf:"varint,4,opt,name=pages,proto3" json:"pages"`
	Records int64       `protobuf:"varint,5,opt,name=records,proto3" json:"records"`
	Total   int64       `protobuf:"varint,6,opt,name=total,proto3" json:"total"`
	// contains filtered or unexported fields
}

func (*QueryUserResponse) Descriptor deprecated

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

Deprecated: Use QueryUserResponse.ProtoReflect.Descriptor instead.

func (*QueryUserResponse) GetCode

func (x *QueryUserResponse) GetCode() Code

func (*QueryUserResponse) GetData

func (x *QueryUserResponse) GetData() []*UserInfo

func (*QueryUserResponse) GetMessage

func (x *QueryUserResponse) GetMessage() string

func (*QueryUserResponse) GetPages

func (x *QueryUserResponse) GetPages() int64

func (*QueryUserResponse) GetRecords

func (x *QueryUserResponse) GetRecords() int64

func (*QueryUserResponse) GetTotal

func (x *QueryUserResponse) GetTotal() int64

func (*QueryUserResponse) ProtoMessage

func (*QueryUserResponse) ProtoMessage()

func (*QueryUserResponse) ProtoReflect

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

func (*QueryUserResponse) Reset

func (x *QueryUserResponse) Reset()

func (*QueryUserResponse) String

func (x *QueryUserResponse) String() string

type QueryWebSiteRequest

type QueryWebSiteRequest struct {

	// @inject_tag: uri:"pageIndex" form:"pageIndex"
	PageIndex int64 `protobuf:"varint,1,opt,name=pageIndex,proto3" json:"pageIndex" uri:"pageIndex" form:"pageIndex"`
	// @inject_tag: uri:"pageSize" form:"pageSize"
	PageSize int64 `protobuf:"varint,2,opt,name=pageSize,proto3" json:"pageSize" uri:"pageSize" form:"pageSize"`
	// @inject_tag: uri:"orderField" form:"orderField"
	OrderField string `protobuf:"bytes,3,opt,name=orderField,proto3" json:"orderField" uri:"orderField" form:"orderField"`
	// @inject_tag: uri:"desc" form:"desc"
	Desc bool `protobuf:"varint,4,opt,name=desc,proto3" json:"desc" uri:"desc" form:"desc"`
	//网站名称
	// @inject_tag: uri:"name" form:"name"
	Name string `protobuf:"bytes,5,opt,name=name,proto3" json:"name" uri:"name" form:"name"`
	//网站编号
	// @inject_tag: uri:"code" form:"code"
	Code string `protobuf:"bytes,6,opt,name=code,proto3" json:"code" uri:"code" form:"code"`
	//所属项目
	// @inject_tag: uri:"projectID" form:"projectID"
	ProjectID string `protobuf:"bytes,8,opt,name=projectID,proto3" json:"projectID" uri:"projectID" form:"projectID"`
	//租户ID
	// @inject_tag: uri:"tenantID" form:"tenantID"
	TenantID string `protobuf:"bytes,9,opt,name=tenantID,proto3" json:"tenantID" uri:"tenantID" form:"tenantID"`
	// @inject_tag: uri:"isMust" form:"isMust"
	IsMust bool `protobuf:"varint,10,opt,name=isMust,proto3" json:"isMust" uri:"isMust" form:"isMust"`
	// @inject_tag: uri:"sortConfig" form:"sortConfig"
	SortConfig string `protobuf:"bytes,11,opt,name=sortConfig,proto3" json:"sortConfig" uri:"sortConfig" form:"sortConfig"`
	// contains filtered or unexported fields
}

func (*QueryWebSiteRequest) Descriptor deprecated

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

Deprecated: Use QueryWebSiteRequest.ProtoReflect.Descriptor instead.

func (*QueryWebSiteRequest) GetCode

func (x *QueryWebSiteRequest) GetCode() string

func (*QueryWebSiteRequest) GetDesc

func (x *QueryWebSiteRequest) GetDesc() bool

func (*QueryWebSiteRequest) GetIsMust

func (x *QueryWebSiteRequest) GetIsMust() bool

func (*QueryWebSiteRequest) GetName

func (x *QueryWebSiteRequest) GetName() string

func (*QueryWebSiteRequest) GetOrderField

func (x *QueryWebSiteRequest) GetOrderField() string

func (*QueryWebSiteRequest) GetPageIndex

func (x *QueryWebSiteRequest) GetPageIndex() int64

func (*QueryWebSiteRequest) GetPageSize

func (x *QueryWebSiteRequest) GetPageSize() int64

func (*QueryWebSiteRequest) GetProjectID

func (x *QueryWebSiteRequest) GetProjectID() string

func (*QueryWebSiteRequest) GetSortConfig

func (x *QueryWebSiteRequest) GetSortConfig() string

func (*QueryWebSiteRequest) GetTenantID

func (x *QueryWebSiteRequest) GetTenantID() string

func (*QueryWebSiteRequest) ProtoMessage

func (*QueryWebSiteRequest) ProtoMessage()

func (*QueryWebSiteRequest) ProtoReflect

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

func (*QueryWebSiteRequest) Reset

func (x *QueryWebSiteRequest) Reset()

func (*QueryWebSiteRequest) String

func (x *QueryWebSiteRequest) String() string

type QueryWebSiteResponse

type QueryWebSiteResponse struct {
	Code    Code           `protobuf:"varint,1,opt,name=code,proto3,enum=usercenter.Code" json:"code"`
	Message string         `protobuf:"bytes,2,opt,name=message,proto3" json:"message"`
	Data    []*WebSiteInfo `protobuf:"bytes,3,rep,name=data,proto3" json:"data"`
	Pages   int64          `protobuf:"varint,4,opt,name=pages,proto3" json:"pages"`
	Records int64          `protobuf:"varint,5,opt,name=records,proto3" json:"records"`
	Total   int64          `protobuf:"varint,6,opt,name=total,proto3" json:"total"`
	// contains filtered or unexported fields
}

func (*QueryWebSiteResponse) Descriptor deprecated

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

Deprecated: Use QueryWebSiteResponse.ProtoReflect.Descriptor instead.

func (*QueryWebSiteResponse) GetCode

func (x *QueryWebSiteResponse) GetCode() Code

func (*QueryWebSiteResponse) GetData

func (x *QueryWebSiteResponse) GetData() []*WebSiteInfo

func (*QueryWebSiteResponse) GetMessage

func (x *QueryWebSiteResponse) GetMessage() string

func (*QueryWebSiteResponse) GetPages

func (x *QueryWebSiteResponse) GetPages() int64

func (*QueryWebSiteResponse) GetRecords

func (x *QueryWebSiteResponse) GetRecords() int64

func (*QueryWebSiteResponse) GetTotal

func (x *QueryWebSiteResponse) GetTotal() int64

func (*QueryWebSiteResponse) ProtoMessage

func (*QueryWebSiteResponse) ProtoMessage()

func (*QueryWebSiteResponse) ProtoReflect

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

func (*QueryWebSiteResponse) Reset

func (x *QueryWebSiteResponse) Reset()

func (*QueryWebSiteResponse) String

func (x *QueryWebSiteResponse) String() string

type QueryWechatConfigRequest

type QueryWechatConfigRequest struct {

	// @inject_tag: uri:"pageIndex" form:"pageIndex"
	PageIndex int64 `protobuf:"varint,1,opt,name=pageIndex,proto3" json:"pageIndex" uri:"pageIndex" form:"pageIndex"`
	// @inject_tag: uri:"pageSize" form:"pageSize"
	PageSize int64 `protobuf:"varint,2,opt,name=pageSize,proto3" json:"pageSize" uri:"pageSize" form:"pageSize"`
	// @inject_tag: uri:"orderField" form:"orderField"
	OrderField string `protobuf:"bytes,3,opt,name=orderField,proto3" json:"orderField" uri:"orderField" form:"orderField"`
	// @inject_tag: uri:"desc" form:"desc"
	Desc bool `protobuf:"varint,4,opt,name=desc,proto3" json:"desc" uri:"desc" form:"desc"`
	//APP名称
	// @inject_tag: uri:"appName" form:"appName"
	AppName string `protobuf:"bytes,6,opt,name=appName,proto3" json:"appName" uri:"appName" form:"appName"`
	//租户ID
	// @inject_tag: uri:"tenantID" form:"tenantID"
	TenantID string `protobuf:"bytes,8,opt,name=tenantID,proto3" json:"tenantID" uri:"tenantID" form:"tenantID"`
	//类型 1-微信小程序 2-微信公众号 3-微信APP应用 4-微信网站应用
	// @inject_tag: uri:"appType" form:"appType"
	AppType int32 `protobuf:"varint,9,opt,name=appType,proto3" json:"appType" uri:"appType" form:"appType"`
	// @inject_tag: uri:"isMust" form:"isMust"
	IsMust bool `protobuf:"varint,10,opt,name=isMust,proto3" json:"isMust" uri:"isMust" form:"isMust"`
	// @inject_tag: uri:"sortConfig" form:"sortConfig"
	SortConfig string `protobuf:"bytes,11,opt,name=sortConfig,proto3" json:"sortConfig" uri:"sortConfig" form:"sortConfig"`
	// contains filtered or unexported fields
}

func (*QueryWechatConfigRequest) Descriptor deprecated

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

Deprecated: Use QueryWechatConfigRequest.ProtoReflect.Descriptor instead.

func (*QueryWechatConfigRequest) GetAppName

func (x *QueryWechatConfigRequest) GetAppName() string

func (*QueryWechatConfigRequest) GetAppType

func (x *QueryWechatConfigRequest) GetAppType() int32

func (*QueryWechatConfigRequest) GetDesc

func (x *QueryWechatConfigRequest) GetDesc() bool

func (*QueryWechatConfigRequest) GetIsMust

func (x *QueryWechatConfigRequest) GetIsMust() bool

func (*QueryWechatConfigRequest) GetOrderField

func (x *QueryWechatConfigRequest) GetOrderField() string

func (*QueryWechatConfigRequest) GetPageIndex

func (x *QueryWechatConfigRequest) GetPageIndex() int64

func (*QueryWechatConfigRequest) GetPageSize

func (x *QueryWechatConfigRequest) GetPageSize() int64

func (*QueryWechatConfigRequest) GetSortConfig

func (x *QueryWechatConfigRequest) GetSortConfig() string

func (*QueryWechatConfigRequest) GetTenantID

func (x *QueryWechatConfigRequest) GetTenantID() string

func (*QueryWechatConfigRequest) ProtoMessage

func (*QueryWechatConfigRequest) ProtoMessage()

func (*QueryWechatConfigRequest) ProtoReflect

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

func (*QueryWechatConfigRequest) Reset

func (x *QueryWechatConfigRequest) Reset()

func (*QueryWechatConfigRequest) String

func (x *QueryWechatConfigRequest) String() string

type QueryWechatConfigResponse

type QueryWechatConfigResponse struct {
	Code    Code                `protobuf:"varint,1,opt,name=code,proto3,enum=usercenter.Code" json:"code"`
	Message string              `protobuf:"bytes,2,opt,name=message,proto3" json:"message"`
	Data    []*WechatConfigInfo `protobuf:"bytes,3,rep,name=data,proto3" json:"data"`
	Pages   int64               `protobuf:"varint,4,opt,name=pages,proto3" json:"pages"`
	Records int64               `protobuf:"varint,5,opt,name=records,proto3" json:"records"`
	Total   int64               `protobuf:"varint,6,opt,name=total,proto3" json:"total"`
	// contains filtered or unexported fields
}

func (*QueryWechatConfigResponse) Descriptor deprecated

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

Deprecated: Use QueryWechatConfigResponse.ProtoReflect.Descriptor instead.

func (*QueryWechatConfigResponse) GetCode

func (x *QueryWechatConfigResponse) GetCode() Code

func (*QueryWechatConfigResponse) GetData

func (*QueryWechatConfigResponse) GetMessage

func (x *QueryWechatConfigResponse) GetMessage() string

func (*QueryWechatConfigResponse) GetPages

func (x *QueryWechatConfigResponse) GetPages() int64

func (*QueryWechatConfigResponse) GetRecords

func (x *QueryWechatConfigResponse) GetRecords() int64

func (*QueryWechatConfigResponse) GetTotal

func (x *QueryWechatConfigResponse) GetTotal() int64

func (*QueryWechatConfigResponse) ProtoMessage

func (*QueryWechatConfigResponse) ProtoMessage()

func (*QueryWechatConfigResponse) ProtoReflect

func (*QueryWechatConfigResponse) Reset

func (x *QueryWechatConfigResponse) Reset()

func (*QueryWechatConfigResponse) String

func (x *QueryWechatConfigResponse) String() string

type RoleClientImpl

type RoleClientImpl struct {
	Add            func(ctx context.Context, in *RoleInfo) (*CommonResponse, error)
	Update         func(ctx context.Context, in *RoleInfo) (*CommonResponse, error)
	Delete         func(ctx context.Context, in *DelRequest) (*CommonResponse, error)
	Query          func(ctx context.Context, in *QueryRoleRequest) (*QueryRoleResponse, error)
	GetAll         func(ctx context.Context, in *GetAllRoleRequest) (*GetAllRoleResponse, error)
	GetDetail      func(ctx context.Context, in *GetDetailRequest) (*GetRoleDetailResponse, error)
	StatisticCount func(ctx context.Context, in *StatisticRoleCountRequest) (*StatisticCountResponse, error)
	Export         func(ctx context.Context, in *CommonExportRequest) (*CommonExportResponse, error)
}

func (*RoleClientImpl) GetDubboStub

func (c *RoleClientImpl) GetDubboStub(cc *triple.TripleConn) RoleClient

func (*RoleClientImpl) XXX_InterfaceName

func (c *RoleClientImpl) XXX_InterfaceName() string

type RoleInfo

type RoleInfo struct {
	Id       string `protobuf:"bytes,1,opt,name=id,proto3" json:"id"`
	TenantID string `protobuf:"bytes,2,opt,name=tenantID,proto3" json:"tenantID"`
	// @inject_tag: validate:"required"
	Name          string      `protobuf:"bytes,3,opt,name=name,proto3" json:"name" validate:"required"`
	ParentID      string      `protobuf:"bytes,4,opt,name=parentID,proto3" json:"parentID"`
	Children      []*RoleInfo `protobuf:"bytes,5,rep,name=children,proto3" json:"children"`
	RoleMenus     []*RoleMenu `protobuf:"bytes,6,rep,name=roleMenus,proto3" json:"roleMenus"`
	DefaultRouter string      `protobuf:"bytes,7,opt,name=defaultRouter,proto3" json:"defaultRouter"`
	Description   string      `protobuf:"bytes,8,opt,name=description,proto3" json:"description"`
	CanDel        bool        `protobuf:"varint,9,opt,name=canDel,proto3" json:"canDel"`
	TenantName    string      `protobuf:"bytes,10,opt,name=tenantName,proto3" json:"tenantName"`
	Public        bool        `protobuf:"varint,11,opt,name=public,proto3" json:"public"`
	ProjectID     string      `protobuf:"bytes,12,opt,name=projectID,proto3" json:"projectID"`
	//系统必须要有的数据
	IsMust bool `protobuf:"varint,13,opt,name=isMust,proto3" json:"isMust"`
	// contains filtered or unexported fields
}

func (*RoleInfo) Descriptor deprecated

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

Deprecated: Use RoleInfo.ProtoReflect.Descriptor instead.

func (*RoleInfo) GetCanDel

func (x *RoleInfo) GetCanDel() bool

func (*RoleInfo) GetChildren

func (x *RoleInfo) GetChildren() []*RoleInfo

func (*RoleInfo) GetDefaultRouter

func (x *RoleInfo) GetDefaultRouter() string

func (*RoleInfo) GetDescription

func (x *RoleInfo) GetDescription() string

func (*RoleInfo) GetId

func (x *RoleInfo) GetId() string

func (*RoleInfo) GetIsMust

func (x *RoleInfo) GetIsMust() bool

func (*RoleInfo) GetName

func (x *RoleInfo) GetName() string

func (*RoleInfo) GetParentID

func (x *RoleInfo) GetParentID() string

func (*RoleInfo) GetProjectID

func (x *RoleInfo) GetProjectID() string

func (*RoleInfo) GetPublic

func (x *RoleInfo) GetPublic() bool

func (*RoleInfo) GetRoleMenus

func (x *RoleInfo) GetRoleMenus() []*RoleMenu

func (*RoleInfo) GetTenantID

func (x *RoleInfo) GetTenantID() string

func (*RoleInfo) GetTenantName

func (x *RoleInfo) GetTenantName() string

func (*RoleInfo) ProtoMessage

func (*RoleInfo) ProtoMessage()

func (*RoleInfo) ProtoReflect

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

func (*RoleInfo) Reset

func (x *RoleInfo) Reset()

func (*RoleInfo) String

func (x *RoleInfo) String() string

type RoleMenu

type RoleMenu struct {
	Id     string    `protobuf:"bytes,1,opt,name=id,proto3" json:"id"`
	RoleID string    `protobuf:"bytes,2,opt,name=roleID,proto3" json:"roleID"`
	MenuID string    `protobuf:"bytes,3,opt,name=menuID,proto3" json:"menuID"`
	Funcs  string    `protobuf:"bytes,4,opt,name=funcs,proto3" json:"funcs"`
	Menu   *MenuInfo `protobuf:"bytes,5,opt,name=menu,proto3" json:"menu"`
	Show   bool      `protobuf:"varint,6,opt,name=show,proto3" json:"show"`
	// contains filtered or unexported fields
}

func (*RoleMenu) Descriptor deprecated

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

Deprecated: Use RoleMenu.ProtoReflect.Descriptor instead.

func (*RoleMenu) GetFuncs

func (x *RoleMenu) GetFuncs() string

func (*RoleMenu) GetId

func (x *RoleMenu) GetId() string

func (*RoleMenu) GetMenu

func (x *RoleMenu) GetMenu() *MenuInfo

func (*RoleMenu) GetMenuID

func (x *RoleMenu) GetMenuID() string

func (*RoleMenu) GetRoleID

func (x *RoleMenu) GetRoleID() string

func (*RoleMenu) GetShow

func (x *RoleMenu) GetShow() bool

func (*RoleMenu) ProtoMessage

func (*RoleMenu) ProtoMessage()

func (*RoleMenu) ProtoReflect

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

func (*RoleMenu) Reset

func (x *RoleMenu) Reset()

func (*RoleMenu) String

func (x *RoleMenu) String() string

type RoleServer

RoleServer is the server API for Role service. All implementations must embed UnimplementedRoleServer for forward compatibility

type SendTplMsgData

type SendTplMsgData struct {
	Key   string `protobuf:"bytes,1,opt,name=key,proto3" json:"key"`
	Value string `protobuf:"bytes,2,opt,name=value,proto3" json:"value"`
	// contains filtered or unexported fields
}

func (*SendTplMsgData) Descriptor deprecated

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

Deprecated: Use SendTplMsgData.ProtoReflect.Descriptor instead.

func (*SendTplMsgData) GetKey

func (x *SendTplMsgData) GetKey() string

func (*SendTplMsgData) GetValue

func (x *SendTplMsgData) GetValue() string

func (*SendTplMsgData) ProtoMessage

func (*SendTplMsgData) ProtoMessage()

func (*SendTplMsgData) ProtoReflect

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

func (*SendTplMsgData) Reset

func (x *SendTplMsgData) Reset()

func (*SendTplMsgData) String

func (x *SendTplMsgData) String() string

type SendTplMsgRequest

type SendTplMsgRequest struct {

	//公众号APP名称
	App        string `protobuf:"bytes,1,opt,name=app,proto3" json:"app"`
	ToUser     string `protobuf:"bytes,2,opt,name=toUser,proto3" json:"toUser"`
	TemplateID string `protobuf:"bytes,3,opt,name=templateID,proto3" json:"templateID"`
	Url        string `protobuf:"bytes,4,opt,name=url,proto3" json:"url"`
	//微信小程序APP名称
	MiniprogramApp      string            `protobuf:"bytes,5,opt,name=miniprogramApp,proto3" json:"miniprogramApp"`
	MiniprogramPagePath string            `protobuf:"bytes,6,opt,name=miniprogramPagePath,proto3" json:"miniprogramPagePath"`
	ClientMsgID         string            `protobuf:"bytes,7,opt,name=clientMsgID,proto3" json:"clientMsgID"`
	Data                []*SendTplMsgData `protobuf:"bytes,8,rep,name=data,proto3" json:"data"`
	// contains filtered or unexported fields
}

func (*SendTplMsgRequest) Descriptor deprecated

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

Deprecated: Use SendTplMsgRequest.ProtoReflect.Descriptor instead.

func (*SendTplMsgRequest) GetApp

func (x *SendTplMsgRequest) GetApp() string

func (*SendTplMsgRequest) GetClientMsgID

func (x *SendTplMsgRequest) GetClientMsgID() string

func (*SendTplMsgRequest) GetData

func (x *SendTplMsgRequest) GetData() []*SendTplMsgData

func (*SendTplMsgRequest) GetMiniprogramApp

func (x *SendTplMsgRequest) GetMiniprogramApp() string

func (*SendTplMsgRequest) GetMiniprogramPagePath

func (x *SendTplMsgRequest) GetMiniprogramPagePath() string

func (*SendTplMsgRequest) GetTemplateID

func (x *SendTplMsgRequest) GetTemplateID() string

func (*SendTplMsgRequest) GetToUser

func (x *SendTplMsgRequest) GetToUser() string

func (*SendTplMsgRequest) GetUrl

func (x *SendTplMsgRequest) GetUrl() string

func (*SendTplMsgRequest) ProtoMessage

func (*SendTplMsgRequest) ProtoMessage()

func (*SendTplMsgRequest) ProtoReflect

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

func (*SendTplMsgRequest) Reset

func (x *SendTplMsgRequest) Reset()

func (*SendTplMsgRequest) String

func (x *SendTplMsgRequest) String() string

type SendTplMsgResponse

type SendTplMsgResponse struct {
	Code    Code   `protobuf:"varint,1,opt,name=code,proto3,enum=usercenter.Code" json:"code"`
	Message string `protobuf:"bytes,2,opt,name=message,proto3" json:"message"`
	// contains filtered or unexported fields
}

func (*SendTplMsgResponse) Descriptor deprecated

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

Deprecated: Use SendTplMsgResponse.ProtoReflect.Descriptor instead.

func (*SendTplMsgResponse) GetCode

func (x *SendTplMsgResponse) GetCode() Code

func (*SendTplMsgResponse) GetMessage

func (x *SendTplMsgResponse) GetMessage() string

func (*SendTplMsgResponse) ProtoMessage

func (*SendTplMsgResponse) ProtoMessage()

func (*SendTplMsgResponse) ProtoReflect

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

func (*SendTplMsgResponse) Reset

func (x *SendTplMsgResponse) Reset()

func (*SendTplMsgResponse) String

func (x *SendTplMsgResponse) String() string

type StatisticCountResponse

type StatisticCountResponse struct {
	Code    Code   `protobuf:"varint,1,opt,name=code,proto3,enum=usercenter.Code" json:"code"`
	Message string `protobuf:"bytes,2,opt,name=message,proto3" json:"message"`
	Count   int32  `protobuf:"varint,3,opt,name=count,proto3" json:"count"`
	// contains filtered or unexported fields
}

func (*StatisticCountResponse) Descriptor deprecated

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

Deprecated: Use StatisticCountResponse.ProtoReflect.Descriptor instead.

func (*StatisticCountResponse) GetCode

func (x *StatisticCountResponse) GetCode() Code

func (*StatisticCountResponse) GetCount

func (x *StatisticCountResponse) GetCount() int32

func (*StatisticCountResponse) GetMessage

func (x *StatisticCountResponse) GetMessage() string

func (*StatisticCountResponse) ProtoMessage

func (*StatisticCountResponse) ProtoMessage()

func (*StatisticCountResponse) ProtoReflect

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

func (*StatisticCountResponse) Reset

func (x *StatisticCountResponse) Reset()

func (*StatisticCountResponse) String

func (x *StatisticCountResponse) String() string

type StatisticRoleCountRequest

type StatisticRoleCountRequest struct {
	TenantID string `protobuf:"bytes,1,opt,name=tenantID,proto3" json:"tenantID"`
	// contains filtered or unexported fields
}

func (*StatisticRoleCountRequest) Descriptor deprecated

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

Deprecated: Use StatisticRoleCountRequest.ProtoReflect.Descriptor instead.

func (*StatisticRoleCountRequest) GetTenantID

func (x *StatisticRoleCountRequest) GetTenantID() string

func (*StatisticRoleCountRequest) ProtoMessage

func (*StatisticRoleCountRequest) ProtoMessage()

func (*StatisticRoleCountRequest) ProtoReflect

func (*StatisticRoleCountRequest) Reset

func (x *StatisticRoleCountRequest) Reset()

func (*StatisticRoleCountRequest) String

func (x *StatisticRoleCountRequest) String() string

type StatisticTenantCountRequest

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

func (*StatisticTenantCountRequest) Descriptor deprecated

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

Deprecated: Use StatisticTenantCountRequest.ProtoReflect.Descriptor instead.

func (*StatisticTenantCountRequest) ProtoMessage

func (*StatisticTenantCountRequest) ProtoMessage()

func (*StatisticTenantCountRequest) ProtoReflect

func (*StatisticTenantCountRequest) Reset

func (x *StatisticTenantCountRequest) Reset()

func (*StatisticTenantCountRequest) String

func (x *StatisticTenantCountRequest) String() string

type StatisticUserCountRequest

type StatisticUserCountRequest struct {
	TenantID string `protobuf:"bytes,1,opt,name=tenantID,proto3" json:"tenantID"`
	//用户类型
	Type  int32  `protobuf:"varint,2,opt,name=type,proto3" json:"type"`
	Group string `protobuf:"bytes,3,opt,name=group,proto3" json:"group"`
	// contains filtered or unexported fields
}

func (*StatisticUserCountRequest) Descriptor deprecated

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

Deprecated: Use StatisticUserCountRequest.ProtoReflect.Descriptor instead.

func (*StatisticUserCountRequest) GetGroup

func (x *StatisticUserCountRequest) GetGroup() string

func (*StatisticUserCountRequest) GetTenantID

func (x *StatisticUserCountRequest) GetTenantID() string

func (*StatisticUserCountRequest) GetType

func (x *StatisticUserCountRequest) GetType() int32

func (*StatisticUserCountRequest) ProtoMessage

func (*StatisticUserCountRequest) ProtoMessage()

func (*StatisticUserCountRequest) ProtoReflect

func (*StatisticUserCountRequest) Reset

func (x *StatisticUserCountRequest) Reset()

func (*StatisticUserCountRequest) String

func (x *StatisticUserCountRequest) String() string

type SystemConfigClientImpl

func (*SystemConfigClientImpl) GetDubboStub

func (*SystemConfigClientImpl) XXX_InterfaceName

func (c *SystemConfigClientImpl) XXX_InterfaceName() string

type SystemConfigInfo

type SystemConfigInfo struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id"`
	//加密key
	Key string `protobuf:"bytes,2,opt,name=key,proto3" json:"key"`
	//Redis地址
	RedisAddr string `protobuf:"bytes,3,opt,name=redisAddr,proto3" json:"redisAddr"`
	//Redis用户名
	RedisName string `protobuf:"bytes,4,opt,name=redisName,proto3" json:"redisName"`
	//Redis密码
	RedisPwd string `protobuf:"bytes,5,opt,name=redisPwd,proto3" json:"redisPwd"`
	//Token过期时间 单位分钟
	Expired string `protobuf:"bytes,6,opt,name=expired,proto3" json:"expired"`
	//重置默认密码
	DefaultPwd string `protobuf:"bytes,7,opt,name=defaultPwd,proto3" json:"defaultPwd"`
	//超级管理员角色
	SuperAdminRoleID string `protobuf:"bytes,8,opt,name=superAdminRoleID,proto3" json:"superAdminRoleID"`
	//平台租户
	PlatformTenantID string `protobuf:"bytes,9,opt,name=platformTenantID,proto3" json:"platformTenantID"`
	//启用租户
	EnableTenant bool   `protobuf:"varint,10,opt,name=enableTenant,proto3" json:"enableTenant"`
	ProjectID    string `protobuf:"bytes,11,opt,name=projectID,proto3" json:"projectID"`
	TenantID     string `protobuf:"bytes,12,opt,name=tenantID,proto3" json:"tenantID"`
	//系统必须要有的数据
	IsMust bool `protobuf:"varint,13,opt,name=isMust,proto3" json:"isMust"`
	// contains filtered or unexported fields
}

func (*SystemConfigInfo) Descriptor deprecated

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

Deprecated: Use SystemConfigInfo.ProtoReflect.Descriptor instead.

func (*SystemConfigInfo) GetDefaultPwd

func (x *SystemConfigInfo) GetDefaultPwd() string

func (*SystemConfigInfo) GetEnableTenant

func (x *SystemConfigInfo) GetEnableTenant() bool

func (*SystemConfigInfo) GetExpired

func (x *SystemConfigInfo) GetExpired() string

func (*SystemConfigInfo) GetId

func (x *SystemConfigInfo) GetId() string

func (*SystemConfigInfo) GetIsMust

func (x *SystemConfigInfo) GetIsMust() bool

func (*SystemConfigInfo) GetKey

func (x *SystemConfigInfo) GetKey() string

func (*SystemConfigInfo) GetPlatformTenantID

func (x *SystemConfigInfo) GetPlatformTenantID() string

func (*SystemConfigInfo) GetProjectID

func (x *SystemConfigInfo) GetProjectID() string

func (*SystemConfigInfo) GetRedisAddr

func (x *SystemConfigInfo) GetRedisAddr() string

func (*SystemConfigInfo) GetRedisName

func (x *SystemConfigInfo) GetRedisName() string

func (*SystemConfigInfo) GetRedisPwd

func (x *SystemConfigInfo) GetRedisPwd() string

func (*SystemConfigInfo) GetSuperAdminRoleID

func (x *SystemConfigInfo) GetSuperAdminRoleID() string

func (*SystemConfigInfo) GetTenantID

func (x *SystemConfigInfo) GetTenantID() string

func (*SystemConfigInfo) ProtoMessage

func (*SystemConfigInfo) ProtoMessage()

func (*SystemConfigInfo) ProtoReflect

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

func (*SystemConfigInfo) Reset

func (x *SystemConfigInfo) Reset()

func (*SystemConfigInfo) String

func (x *SystemConfigInfo) String() string

type SystemConfigServer

SystemConfigServer is the server API for SystemConfig service. All implementations must embed UnimplementedSystemConfigServer for forward compatibility

type TenantCertificate

type TenantCertificate struct {
	Id         string `protobuf:"bytes,1,opt,name=id,proto3" json:"id"`
	TenantID   string `protobuf:"bytes,2,opt,name=tenantID,proto3" json:"tenantID"`
	PrivateKey string `protobuf:"bytes,3,opt,name=privateKey,proto3" json:"privateKey"`
	PublicKey  string `protobuf:"bytes,4,opt,name=publicKey,proto3" json:"publicKey"`
	// contains filtered or unexported fields
}

func (*TenantCertificate) Descriptor deprecated

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

Deprecated: Use TenantCertificate.ProtoReflect.Descriptor instead.

func (*TenantCertificate) GetId

func (x *TenantCertificate) GetId() string

func (*TenantCertificate) GetPrivateKey

func (x *TenantCertificate) GetPrivateKey() string

func (*TenantCertificate) GetPublicKey

func (x *TenantCertificate) GetPublicKey() string

func (*TenantCertificate) GetTenantID

func (x *TenantCertificate) GetTenantID() string

func (*TenantCertificate) ProtoMessage

func (*TenantCertificate) ProtoMessage()

func (*TenantCertificate) ProtoReflect

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

func (*TenantCertificate) Reset

func (x *TenantCertificate) Reset()

func (*TenantCertificate) String

func (x *TenantCertificate) String() string

type TenantClientImpl

type TenantClientImpl struct {
	Add            func(ctx context.Context, in *TenantInfo) (*CommonResponse, error)
	Update         func(ctx context.Context, in *TenantInfo) (*CommonResponse, error)
	Delete         func(ctx context.Context, in *DelRequest) (*CommonResponse, error)
	Query          func(ctx context.Context, in *QueryTenantRequest) (*QueryTenantResponse, error)
	Enable         func(ctx context.Context, in *EnableRequest) (*CommonResponse, error)
	GetAll         func(ctx context.Context, in *GetAllRequest) (*GetAllTenantResponse, error)
	GetDetail      func(ctx context.Context, in *GetDetailRequest) (*GetTenantDetailResponse, error)
	StatisticCount func(ctx context.Context, in *StatisticTenantCountRequest) (*StatisticCountResponse, error)
	Export         func(ctx context.Context, in *CommonExportRequest) (*CommonExportResponse, error)
}

func (*TenantClientImpl) GetDubboStub

func (c *TenantClientImpl) GetDubboStub(cc *triple.TripleConn) TenantClient

func (*TenantClientImpl) XXX_InterfaceName

func (c *TenantClientImpl) XXX_InterfaceName() string

type TenantInfo

type TenantInfo struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id"`
	// @inject_tag: validate:"required"
	Name          string `protobuf:"bytes,2,opt,name=name,proto3" json:"name" validate:"required"`
	Contact       string `protobuf:"bytes,3,opt,name=contact,proto3" json:"contact"`
	CellPhone     string `protobuf:"bytes,4,opt,name=cellPhone,proto3" json:"cellPhone"`
	Address       string `protobuf:"bytes,5,opt,name=address,proto3" json:"address"`
	BusinessScope string `protobuf:"bytes,6,opt,name=businessScope,proto3" json:"businessScope"`
	AreaCovered   string `protobuf:"bytes,7,opt,name=areaCovered,proto3" json:"areaCovered"`
	StaffSize     int32  `protobuf:"varint,8,opt,name=staffSize,proto3" json:"staffSize"`
	Enable        bool   `protobuf:"varint,9,opt,name=enable,proto3" json:"enable"`
	//省份
	Province string `protobuf:"bytes,10,opt,name=province,proto3" json:"province"`
	//城市
	City string `protobuf:"bytes,11,opt,name=city,proto3" json:"city"`
	//区/县
	Area string `protobuf:"bytes,12,opt,name=area,proto3" json:"area"`
	//街道/镇
	Town         string             `protobuf:"bytes,13,opt,name=town,proto3" json:"town"`
	TenantMenus  []*TenantMenu      `protobuf:"bytes,14,rep,name=tenantMenus,proto3" json:"tenantMenus"`
	Certificate  *TenantCertificate `protobuf:"bytes,15,opt,name=certificate,proto3" json:"certificate"`
	UserCount    int32              `protobuf:"varint,16,opt,name=userCount,proto3" json:"userCount"`
	RoleCount    int32              `protobuf:"varint,17,opt,name=roleCount,proto3" json:"roleCount"`
	ProjectCount int32              `protobuf:"varint,18,opt,name=projectCount,proto3" json:"projectCount"`
	Expired      string             `protobuf:"bytes,19,opt,name=expired,proto3" json:"expired"`
	//系统必须要有的数据
	IsMust bool `protobuf:"varint,20,opt,name=isMust,proto3" json:"isMust"`
	// contains filtered or unexported fields
}

func (*TenantInfo) Descriptor deprecated

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

Deprecated: Use TenantInfo.ProtoReflect.Descriptor instead.

func (*TenantInfo) GetAddress

func (x *TenantInfo) GetAddress() string

func (*TenantInfo) GetArea

func (x *TenantInfo) GetArea() string

func (*TenantInfo) GetAreaCovered

func (x *TenantInfo) GetAreaCovered() string

func (*TenantInfo) GetBusinessScope

func (x *TenantInfo) GetBusinessScope() string

func (*TenantInfo) GetCellPhone

func (x *TenantInfo) GetCellPhone() string

func (*TenantInfo) GetCertificate

func (x *TenantInfo) GetCertificate() *TenantCertificate

func (*TenantInfo) GetCity

func (x *TenantInfo) GetCity() string

func (*TenantInfo) GetContact

func (x *TenantInfo) GetContact() string

func (*TenantInfo) GetEnable

func (x *TenantInfo) GetEnable() bool

func (*TenantInfo) GetExpired

func (x *TenantInfo) GetExpired() string

func (*TenantInfo) GetId

func (x *TenantInfo) GetId() string

func (*TenantInfo) GetIsMust

func (x *TenantInfo) GetIsMust() bool

func (*TenantInfo) GetName

func (x *TenantInfo) GetName() string

func (*TenantInfo) GetProjectCount

func (x *TenantInfo) GetProjectCount() int32

func (*TenantInfo) GetProvince

func (x *TenantInfo) GetProvince() string

func (*TenantInfo) GetRoleCount

func (x *TenantInfo) GetRoleCount() int32

func (*TenantInfo) GetStaffSize

func (x *TenantInfo) GetStaffSize() int32

func (*TenantInfo) GetTenantMenus

func (x *TenantInfo) GetTenantMenus() []*TenantMenu

func (*TenantInfo) GetTown

func (x *TenantInfo) GetTown() string

func (*TenantInfo) GetUserCount

func (x *TenantInfo) GetUserCount() int32

func (*TenantInfo) ProtoMessage

func (*TenantInfo) ProtoMessage()

func (*TenantInfo) ProtoReflect

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

func (*TenantInfo) Reset

func (x *TenantInfo) Reset()

func (*TenantInfo) String

func (x *TenantInfo) String() string

type TenantMenu

type TenantMenu struct {
	Id       string    `protobuf:"bytes,1,opt,name=id,proto3" json:"id"`
	TenantID string    `protobuf:"bytes,2,opt,name=tenantID,proto3" json:"tenantID"`
	MenuID   string    `protobuf:"bytes,3,opt,name=menuID,proto3" json:"menuID"`
	Funcs    string    `protobuf:"bytes,4,opt,name=funcs,proto3" json:"funcs"`
	Menu     *MenuInfo `protobuf:"bytes,5,opt,name=menu,proto3" json:"menu"`
	// contains filtered or unexported fields
}

func (*TenantMenu) Descriptor deprecated

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

Deprecated: Use TenantMenu.ProtoReflect.Descriptor instead.

func (*TenantMenu) GetFuncs

func (x *TenantMenu) GetFuncs() string

func (*TenantMenu) GetId

func (x *TenantMenu) GetId() string

func (*TenantMenu) GetMenu

func (x *TenantMenu) GetMenu() *MenuInfo

func (*TenantMenu) GetMenuID

func (x *TenantMenu) GetMenuID() string

func (*TenantMenu) GetTenantID

func (x *TenantMenu) GetTenantID() string

func (*TenantMenu) ProtoMessage

func (*TenantMenu) ProtoMessage()

func (*TenantMenu) ProtoReflect

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

func (*TenantMenu) Reset

func (x *TenantMenu) Reset()

func (*TenantMenu) String

func (x *TenantMenu) String() string

type TenantServer

TenantServer is the server API for Tenant service. All implementations must embed UnimplementedTenantServer for forward compatibility

type UnimplementedAPIServer

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

UnimplementedAPIServer must be embedded to have forward compatible implementations.

func (UnimplementedAPIServer) Add

func (UnimplementedAPIServer) Delete

func (UnimplementedAPIServer) Enable

func (UnimplementedAPIServer) Export

func (UnimplementedAPIServer) GetAll

func (UnimplementedAPIServer) GetDetail

func (UnimplementedAPIServer) Query

func (UnimplementedAPIServer) Update

func (*UnimplementedAPIServer) XXX_GetProxyImpl

func (s *UnimplementedAPIServer) XXX_GetProxyImpl() protocol.Invoker

func (*UnimplementedAPIServer) XXX_InterfaceName

func (s *UnimplementedAPIServer) XXX_InterfaceName() string

func (*UnimplementedAPIServer) XXX_ServiceDesc

func (s *UnimplementedAPIServer) XXX_ServiceDesc() *grpc_go.ServiceDesc

func (*UnimplementedAPIServer) XXX_SetProxyImpl

func (s *UnimplementedAPIServer) XXX_SetProxyImpl(impl protocol.Invoker)

type UnimplementedAPPServer

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

UnimplementedAPPServer must be embedded to have forward compatible implementations.

func (UnimplementedAPPServer) Export

func (*UnimplementedAPPServer) XXX_GetProxyImpl

func (s *UnimplementedAPPServer) XXX_GetProxyImpl() protocol.Invoker

func (*UnimplementedAPPServer) XXX_InterfaceName

func (s *UnimplementedAPPServer) XXX_InterfaceName() string

func (*UnimplementedAPPServer) XXX_ServiceDesc

func (s *UnimplementedAPPServer) XXX_ServiceDesc() *grpc_go.ServiceDesc

func (*UnimplementedAPPServer) XXX_SetProxyImpl

func (s *UnimplementedAPPServer) XXX_SetProxyImpl(impl protocol.Invoker)

type UnimplementedDictionariesServer

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

UnimplementedDictionariesServer must be embedded to have forward compatible implementations.

func (UnimplementedDictionariesServer) Add

func (UnimplementedDictionariesServer) Delete

func (UnimplementedDictionariesServer) Export

func (UnimplementedDictionariesServer) GetAll

func (UnimplementedDictionariesServer) GetDetail

func (UnimplementedDictionariesServer) Update

func (*UnimplementedDictionariesServer) XXX_GetProxyImpl

func (s *UnimplementedDictionariesServer) XXX_GetProxyImpl() protocol.Invoker

func (*UnimplementedDictionariesServer) XXX_InterfaceName

func (s *UnimplementedDictionariesServer) XXX_InterfaceName() string

func (*UnimplementedDictionariesServer) XXX_ServiceDesc

func (s *UnimplementedDictionariesServer) XXX_ServiceDesc() *grpc_go.ServiceDesc

func (*UnimplementedDictionariesServer) XXX_SetProxyImpl

func (s *UnimplementedDictionariesServer) XXX_SetProxyImpl(impl protocol.Invoker)

type UnimplementedFormComponentServer

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

UnimplementedFormComponentServer must be embedded to have forward compatible implementations.

func (UnimplementedFormComponentServer) Add

func (UnimplementedFormComponentServer) Delete

func (UnimplementedFormComponentServer) GetDetail

func (UnimplementedFormComponentServer) Update

func (*UnimplementedFormComponentServer) XXX_GetProxyImpl

func (s *UnimplementedFormComponentServer) XXX_GetProxyImpl() protocol.Invoker

func (*UnimplementedFormComponentServer) XXX_InterfaceName

func (s *UnimplementedFormComponentServer) XXX_InterfaceName() string

func (*UnimplementedFormComponentServer) XXX_ServiceDesc

func (*UnimplementedFormComponentServer) XXX_SetProxyImpl

func (s *UnimplementedFormComponentServer) XXX_SetProxyImpl(impl protocol.Invoker)

type UnimplementedIdentityServer

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

UnimplementedIdentityServer must be embedded to have forward compatible implementations.

func (UnimplementedIdentityServer) Authenticate

func (UnimplementedIdentityServer) DecodeToken

func (*UnimplementedIdentityServer) XXX_GetProxyImpl

func (s *UnimplementedIdentityServer) XXX_GetProxyImpl() protocol.Invoker

func (*UnimplementedIdentityServer) XXX_InterfaceName

func (s *UnimplementedIdentityServer) XXX_InterfaceName() string

func (*UnimplementedIdentityServer) XXX_ServiceDesc

func (s *UnimplementedIdentityServer) XXX_ServiceDesc() *grpc_go.ServiceDesc

func (*UnimplementedIdentityServer) XXX_SetProxyImpl

func (s *UnimplementedIdentityServer) XXX_SetProxyImpl(impl protocol.Invoker)

type UnimplementedLanguageServer

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

UnimplementedLanguageServer must be embedded to have forward compatible implementations.

func (UnimplementedLanguageServer) Add

func (UnimplementedLanguageServer) Delete

func (UnimplementedLanguageServer) Export

func (UnimplementedLanguageServer) GetAll

func (UnimplementedLanguageServer) GetDetail

func (UnimplementedLanguageServer) Query

func (UnimplementedLanguageServer) Update

func (*UnimplementedLanguageServer) XXX_GetProxyImpl

func (s *UnimplementedLanguageServer) XXX_GetProxyImpl() protocol.Invoker

func (*UnimplementedLanguageServer) XXX_InterfaceName

func (s *UnimplementedLanguageServer) XXX_InterfaceName() string

func (*UnimplementedLanguageServer) XXX_ServiceDesc

func (s *UnimplementedLanguageServer) XXX_ServiceDesc() *grpc_go.ServiceDesc

func (*UnimplementedLanguageServer) XXX_SetProxyImpl

func (s *UnimplementedLanguageServer) XXX_SetProxyImpl(impl protocol.Invoker)

type UnimplementedMenuServer

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

UnimplementedMenuServer must be embedded to have forward compatible implementations.

func (UnimplementedMenuServer) Add

func (UnimplementedMenuServer) Delete

func (UnimplementedMenuServer) Export

func (UnimplementedMenuServer) GetAll

func (UnimplementedMenuServer) GetDetail

func (UnimplementedMenuServer) Query

func (UnimplementedMenuServer) Update

func (*UnimplementedMenuServer) XXX_GetProxyImpl

func (s *UnimplementedMenuServer) XXX_GetProxyImpl() protocol.Invoker

func (*UnimplementedMenuServer) XXX_InterfaceName

func (s *UnimplementedMenuServer) XXX_InterfaceName() string

func (*UnimplementedMenuServer) XXX_ServiceDesc

func (s *UnimplementedMenuServer) XXX_ServiceDesc() *grpc_go.ServiceDesc

func (*UnimplementedMenuServer) XXX_SetProxyImpl

func (s *UnimplementedMenuServer) XXX_SetProxyImpl(impl protocol.Invoker)

type UnimplementedProjectServer

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

UnimplementedProjectServer must be embedded to have forward compatible implementations.

func (UnimplementedProjectServer) Add

func (UnimplementedProjectServer) Delete

func (UnimplementedProjectServer) Export

func (UnimplementedProjectServer) GetDetail

func (UnimplementedProjectServer) Query

func (UnimplementedProjectServer) Update

func (*UnimplementedProjectServer) XXX_GetProxyImpl

func (s *UnimplementedProjectServer) XXX_GetProxyImpl() protocol.Invoker

func (*UnimplementedProjectServer) XXX_InterfaceName

func (s *UnimplementedProjectServer) XXX_InterfaceName() string

func (*UnimplementedProjectServer) XXX_ServiceDesc

func (s *UnimplementedProjectServer) XXX_ServiceDesc() *grpc_go.ServiceDesc

func (*UnimplementedProjectServer) XXX_SetProxyImpl

func (s *UnimplementedProjectServer) XXX_SetProxyImpl(impl protocol.Invoker)

type UnimplementedRoleServer

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

UnimplementedRoleServer must be embedded to have forward compatible implementations.

func (UnimplementedRoleServer) Add

func (UnimplementedRoleServer) Delete

func (UnimplementedRoleServer) Export

func (UnimplementedRoleServer) GetAll

func (UnimplementedRoleServer) GetDetail

func (UnimplementedRoleServer) Query

func (UnimplementedRoleServer) Update

func (*UnimplementedRoleServer) XXX_GetProxyImpl

func (s *UnimplementedRoleServer) XXX_GetProxyImpl() protocol.Invoker

func (*UnimplementedRoleServer) XXX_InterfaceName

func (s *UnimplementedRoleServer) XXX_InterfaceName() string

func (*UnimplementedRoleServer) XXX_ServiceDesc

func (s *UnimplementedRoleServer) XXX_ServiceDesc() *grpc_go.ServiceDesc

func (*UnimplementedRoleServer) XXX_SetProxyImpl

func (s *UnimplementedRoleServer) XXX_SetProxyImpl(impl protocol.Invoker)

type UnimplementedSystemConfigServer

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

UnimplementedSystemConfigServer must be embedded to have forward compatible implementations.

func (UnimplementedSystemConfigServer) Add

func (UnimplementedSystemConfigServer) Delete

func (UnimplementedSystemConfigServer) Export

func (UnimplementedSystemConfigServer) GetAll

func (UnimplementedSystemConfigServer) GetDetail

func (UnimplementedSystemConfigServer) Update

func (*UnimplementedSystemConfigServer) XXX_GetProxyImpl

func (s *UnimplementedSystemConfigServer) XXX_GetProxyImpl() protocol.Invoker

func (*UnimplementedSystemConfigServer) XXX_InterfaceName

func (s *UnimplementedSystemConfigServer) XXX_InterfaceName() string

func (*UnimplementedSystemConfigServer) XXX_ServiceDesc

func (s *UnimplementedSystemConfigServer) XXX_ServiceDesc() *grpc_go.ServiceDesc

func (*UnimplementedSystemConfigServer) XXX_SetProxyImpl

func (s *UnimplementedSystemConfigServer) XXX_SetProxyImpl(impl protocol.Invoker)

type UnimplementedTenantServer

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

UnimplementedTenantServer must be embedded to have forward compatible implementations.

func (UnimplementedTenantServer) Add

func (UnimplementedTenantServer) Delete

func (UnimplementedTenantServer) Enable

func (UnimplementedTenantServer) Export

func (UnimplementedTenantServer) GetAll

func (UnimplementedTenantServer) GetDetail

func (UnimplementedTenantServer) Query

func (UnimplementedTenantServer) Update

func (*UnimplementedTenantServer) XXX_GetProxyImpl

func (s *UnimplementedTenantServer) XXX_GetProxyImpl() protocol.Invoker

func (*UnimplementedTenantServer) XXX_InterfaceName

func (s *UnimplementedTenantServer) XXX_InterfaceName() string

func (*UnimplementedTenantServer) XXX_ServiceDesc

func (s *UnimplementedTenantServer) XXX_ServiceDesc() *grpc_go.ServiceDesc

func (*UnimplementedTenantServer) XXX_SetProxyImpl

func (s *UnimplementedTenantServer) XXX_SetProxyImpl(impl protocol.Invoker)

type UnimplementedUserServer

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

UnimplementedUserServer must be embedded to have forward compatible implementations.

func (UnimplementedUserServer) Add

func (UnimplementedUserServer) ChangePwd

func (UnimplementedUserServer) Delete

func (UnimplementedUserServer) Enable

func (UnimplementedUserServer) Export

func (UnimplementedUserServer) GetAll

func (UnimplementedUserServer) GetBasics

func (UnimplementedUserServer) GetDetail

func (UnimplementedUserServer) GetProfile

func (UnimplementedUserServer) Login

func (UnimplementedUserServer) LoginByStaffNo

func (UnimplementedUserServer) Logout

func (UnimplementedUserServer) LogoutByUserName

func (UnimplementedUserServer) Query

func (UnimplementedUserServer) ResetPwd

func (UnimplementedUserServer) Update

func (UnimplementedUserServer) UpdateBasics

func (UnimplementedUserServer) UpdateProfile

func (UnimplementedUserServer) UpdateProfileAndUserName

func (UnimplementedUserServer) UpdateProfileAndUserName(context.Context, *UserProfile) (*CommonResponse, error)

func (UnimplementedUserServer) UpdateUserAgeHeightWeight

func (*UnimplementedUserServer) XXX_GetProxyImpl

func (s *UnimplementedUserServer) XXX_GetProxyImpl() protocol.Invoker

func (*UnimplementedUserServer) XXX_InterfaceName

func (s *UnimplementedUserServer) XXX_InterfaceName() string

func (*UnimplementedUserServer) XXX_ServiceDesc

func (s *UnimplementedUserServer) XXX_ServiceDesc() *grpc_go.ServiceDesc

func (*UnimplementedUserServer) XXX_SetProxyImpl

func (s *UnimplementedUserServer) XXX_SetProxyImpl(impl protocol.Invoker)

type UnimplementedWebSiteServer

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

UnimplementedWebSiteServer must be embedded to have forward compatible implementations.

func (UnimplementedWebSiteServer) Add

func (UnimplementedWebSiteServer) Delete

func (UnimplementedWebSiteServer) Export

func (UnimplementedWebSiteServer) GetAll

func (UnimplementedWebSiteServer) GetDetail

func (UnimplementedWebSiteServer) Query

func (UnimplementedWebSiteServer) Update

func (*UnimplementedWebSiteServer) XXX_GetProxyImpl

func (s *UnimplementedWebSiteServer) XXX_GetProxyImpl() protocol.Invoker

func (*UnimplementedWebSiteServer) XXX_InterfaceName

func (s *UnimplementedWebSiteServer) XXX_InterfaceName() string

func (*UnimplementedWebSiteServer) XXX_ServiceDesc

func (s *UnimplementedWebSiteServer) XXX_ServiceDesc() *grpc_go.ServiceDesc

func (*UnimplementedWebSiteServer) XXX_SetProxyImpl

func (s *UnimplementedWebSiteServer) XXX_SetProxyImpl(impl protocol.Invoker)

type UnimplementedWechatConfigServer

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

UnimplementedWechatConfigServer must be embedded to have forward compatible implementations.

func (UnimplementedWechatConfigServer) Add

func (UnimplementedWechatConfigServer) Delete

func (UnimplementedWechatConfigServer) Export

func (UnimplementedWechatConfigServer) GetAll

func (UnimplementedWechatConfigServer) GetDetail

func (UnimplementedWechatConfigServer) Update

func (*UnimplementedWechatConfigServer) XXX_GetProxyImpl

func (s *UnimplementedWechatConfigServer) XXX_GetProxyImpl() protocol.Invoker

func (*UnimplementedWechatConfigServer) XXX_InterfaceName

func (s *UnimplementedWechatConfigServer) XXX_InterfaceName() string

func (*UnimplementedWechatConfigServer) XXX_ServiceDesc

func (s *UnimplementedWechatConfigServer) XXX_ServiceDesc() *grpc_go.ServiceDesc

func (*UnimplementedWechatConfigServer) XXX_SetProxyImpl

func (s *UnimplementedWechatConfigServer) XXX_SetProxyImpl(impl protocol.Invoker)

type UnimplementedWechatServer

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

UnimplementedWechatServer must be embedded to have forward compatible implementations.

func (UnimplementedWechatServer) SendTplMsg

func (*UnimplementedWechatServer) XXX_GetProxyImpl

func (s *UnimplementedWechatServer) XXX_GetProxyImpl() protocol.Invoker

func (*UnimplementedWechatServer) XXX_InterfaceName

func (s *UnimplementedWechatServer) XXX_InterfaceName() string

func (*UnimplementedWechatServer) XXX_ServiceDesc

func (s *UnimplementedWechatServer) XXX_ServiceDesc() *grpc_go.ServiceDesc

func (*UnimplementedWechatServer) XXX_SetProxyImpl

func (s *UnimplementedWechatServer) XXX_SetProxyImpl(impl protocol.Invoker)

type UnsafeAPIServer

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

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

type UnsafeAPPServer

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

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

type UnsafeDictionariesServer

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

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

type UnsafeFormComponentServer

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

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

type UnsafeIdentityServer

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

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

type UnsafeLanguageServer

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

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

type UnsafeMenuServer

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

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

type UnsafeProjectServer

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

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

type UnsafeRoleServer

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

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

type UnsafeSystemConfigServer

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

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

type UnsafeTenantServer

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

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

type UnsafeUserServer

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

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

type UnsafeWebSiteServer

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

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

type UnsafeWechatConfigServer

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

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

type UnsafeWechatServer

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

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

type UpdateUserAgeHeightWeightRequest

type UpdateUserAgeHeightWeightRequest struct {
	Id     string  `protobuf:"bytes,1,opt,name=id,proto3" json:"id"`
	Age    int32   `protobuf:"varint,2,opt,name=age,proto3" json:"age"`
	Height float32 `protobuf:"fixed32,3,opt,name=height,proto3" json:"height"`
	Weight float32 `protobuf:"fixed32,4,opt,name=weight,proto3" json:"weight"`
	// contains filtered or unexported fields
}

func (*UpdateUserAgeHeightWeightRequest) Descriptor deprecated

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

Deprecated: Use UpdateUserAgeHeightWeightRequest.ProtoReflect.Descriptor instead.

func (*UpdateUserAgeHeightWeightRequest) GetAge

func (*UpdateUserAgeHeightWeightRequest) GetHeight

func (*UpdateUserAgeHeightWeightRequest) GetId

func (*UpdateUserAgeHeightWeightRequest) GetWeight

func (*UpdateUserAgeHeightWeightRequest) ProtoMessage

func (*UpdateUserAgeHeightWeightRequest) ProtoMessage()

func (*UpdateUserAgeHeightWeightRequest) ProtoReflect

func (*UpdateUserAgeHeightWeightRequest) Reset

func (*UpdateUserAgeHeightWeightRequest) String

type UserClient

type UserClient interface {
	Login(ctx context.Context, in *LoginRequest, opts ...grpc_go.CallOption) (*LoginResponse, common.ErrorWithAttachment)
	Add(ctx context.Context, in *UserInfo, opts ...grpc_go.CallOption) (*CommonResponse, common.ErrorWithAttachment)
	Update(ctx context.Context, in *UserInfo, opts ...grpc_go.CallOption) (*CommonResponse, common.ErrorWithAttachment)
	Delete(ctx context.Context, in *DelRequest, opts ...grpc_go.CallOption) (*CommonResponse, common.ErrorWithAttachment)
	Query(ctx context.Context, in *QueryUserRequest, opts ...grpc_go.CallOption) (*QueryUserResponse, common.ErrorWithAttachment)
	GetProfile(ctx context.Context, in *GetDetailRequest, opts ...grpc_go.CallOption) (*GetProfileResponse, common.ErrorWithAttachment)
	Enable(ctx context.Context, in *EnableRequest, opts ...grpc_go.CallOption) (*CommonResponse, common.ErrorWithAttachment)
	GetAll(ctx context.Context, in *GetAllUsersRequest, opts ...grpc_go.CallOption) (*GetAllUsersResponse, common.ErrorWithAttachment)
	GetDetail(ctx context.Context, in *GetDetailRequest, opts ...grpc_go.CallOption) (*GetUserDetailResponse, common.ErrorWithAttachment)
	ResetPwd(ctx context.Context, in *GetDetailRequest, opts ...grpc_go.CallOption) (*CommonResponse, common.ErrorWithAttachment)
	ChangePwd(ctx context.Context, in *ChangePwdRequest, opts ...grpc_go.CallOption) (*CommonResponse, common.ErrorWithAttachment)
	Logout(ctx context.Context, in *LogoutRequest, opts ...grpc_go.CallOption) (*CommonResponse, common.ErrorWithAttachment)
	UpdateProfile(ctx context.Context, in *UserProfile, opts ...grpc_go.CallOption) (*CommonResponse, common.ErrorWithAttachment)
	UpdateProfileAndUserName(ctx context.Context, in *UserProfile, opts ...grpc_go.CallOption) (*CommonResponse, common.ErrorWithAttachment)
	StatisticCount(ctx context.Context, in *StatisticUserCountRequest, opts ...grpc_go.CallOption) (*StatisticCountResponse, common.ErrorWithAttachment)
	Export(ctx context.Context, in *CommonExportRequest, opts ...grpc_go.CallOption) (*CommonExportResponse, common.ErrorWithAttachment)
	UpdateBasics(ctx context.Context, in *BasicsInfo, opts ...grpc_go.CallOption) (*CommonResponse, common.ErrorWithAttachment)
	GetBasics(ctx context.Context, in *GetDetailRequest, opts ...grpc_go.CallOption) (*GetBasicsResponse, common.ErrorWithAttachment)
	UpdateUserAgeHeightWeight(ctx context.Context, in *UpdateUserAgeHeightWeightRequest, opts ...grpc_go.CallOption) (*CommonResponse, common.ErrorWithAttachment)
	LoginByStaffNo(ctx context.Context, in *LoginByStaffNoRequest, opts ...grpc_go.CallOption) (*LoginByStaffNoResponse, common.ErrorWithAttachment)
	LogoutByUserName(ctx context.Context, in *LogoutByUserNameRequest, opts ...grpc_go.CallOption) (*CommonResponse, common.ErrorWithAttachment)
}

UserClient is the client API for User service.

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

func NewUserClient

func NewUserClient(cc *triple.TripleConn) UserClient

type UserClientImpl

type UserClientImpl struct {
	Login                     func(ctx context.Context, in *LoginRequest) (*LoginResponse, error)
	Add                       func(ctx context.Context, in *UserInfo) (*CommonResponse, error)
	Update                    func(ctx context.Context, in *UserInfo) (*CommonResponse, error)
	Delete                    func(ctx context.Context, in *DelRequest) (*CommonResponse, error)
	Query                     func(ctx context.Context, in *QueryUserRequest) (*QueryUserResponse, error)
	GetProfile                func(ctx context.Context, in *GetDetailRequest) (*GetProfileResponse, error)
	Enable                    func(ctx context.Context, in *EnableRequest) (*CommonResponse, error)
	GetAll                    func(ctx context.Context, in *GetAllUsersRequest) (*GetAllUsersResponse, error)
	GetDetail                 func(ctx context.Context, in *GetDetailRequest) (*GetUserDetailResponse, error)
	ResetPwd                  func(ctx context.Context, in *GetDetailRequest) (*CommonResponse, error)
	ChangePwd                 func(ctx context.Context, in *ChangePwdRequest) (*CommonResponse, error)
	Logout                    func(ctx context.Context, in *LogoutRequest) (*CommonResponse, error)
	UpdateProfile             func(ctx context.Context, in *UserProfile) (*CommonResponse, error)
	UpdateProfileAndUserName  func(ctx context.Context, in *UserProfile) (*CommonResponse, error)
	StatisticCount            func(ctx context.Context, in *StatisticUserCountRequest) (*StatisticCountResponse, error)
	Export                    func(ctx context.Context, in *CommonExportRequest) (*CommonExportResponse, error)
	UpdateBasics              func(ctx context.Context, in *BasicsInfo) (*CommonResponse, error)
	GetBasics                 func(ctx context.Context, in *GetDetailRequest) (*GetBasicsResponse, error)
	UpdateUserAgeHeightWeight func(ctx context.Context, in *UpdateUserAgeHeightWeightRequest) (*CommonResponse, error)
	LoginByStaffNo            func(ctx context.Context, in *LoginByStaffNoRequest) (*LoginByStaffNoResponse, error)
	LogoutByUserName          func(ctx context.Context, in *LogoutByUserNameRequest) (*CommonResponse, error)
}

func (*UserClientImpl) GetDubboStub

func (c *UserClientImpl) GetDubboStub(cc *triple.TripleConn) UserClient

func (*UserClientImpl) XXX_InterfaceName

func (c *UserClientImpl) XXX_InterfaceName() string

type UserInfo

type UserInfo struct {
	Id       string `protobuf:"bytes,1,opt,name=id,proto3" json:"id"`
	TenantID string `protobuf:"bytes,2,opt,name=tenantID,proto3" json:"tenantID"`
	// @inject_tag: validate:"required"
	UserName string `protobuf:"bytes,3,opt,name=userName,proto3" json:"userName" validate:"required"`
	// @inject_tag: validate:"required"
	Nickname  string      `protobuf:"bytes,4,opt,name=nickname,proto3" json:"nickname" validate:"required"`
	UserRoles []*UserRole `protobuf:"bytes,5,rep,name=userRoles,proto3" json:"userRoles"`
	RoleIDs   []string    `protobuf:"bytes,6,rep,name=roleIDs,proto3" json:"roleIDs"`
	Enable    bool        `protobuf:"varint,7,opt,name=enable,proto3" json:"enable"`
	Email     string      `protobuf:"bytes,8,opt,name=email,proto3" json:"email"`
	// @inject_tag: validate:"required"
	Mobile      string `protobuf:"bytes,9,opt,name=mobile,proto3" json:"mobile" validate:"required"`
	IdCard      string `protobuf:"bytes,10,opt,name=idCard,proto3" json:"idCard"`
	Avatar      string `protobuf:"bytes,11,opt,name=avatar,proto3" json:"avatar"`
	Eid         string `protobuf:"bytes,12,opt,name=eid,proto3" json:"eid"`
	Title       string `protobuf:"bytes,13,opt,name=title,proto3" json:"title"`
	Description string `protobuf:"bytes,14,opt,name=description,proto3" json:"description"`
	RealName    string `protobuf:"bytes,15,opt,name=realName,proto3" json:"realName"`
	Gender      bool   `protobuf:"varint,16,opt,name=gender,proto3" json:"gender"`
	Password    string `protobuf:"bytes,17,opt,name=password,proto3" json:"password"`
	Type        int32  `protobuf:"varint,18,opt,name=type,proto3" json:"type"`
	TenantName  string `protobuf:"bytes,19,opt,name=tenantName,proto3" json:"tenantName"`
	//分组,例如属于某个组织的,或者某个个人
	Group         string `protobuf:"bytes,20,opt,name=group,proto3" json:"group"`
	WechatUnionID string `protobuf:"bytes,21,opt,name=wechatUnionID,proto3" json:"wechatUnionID"`
	WechatOpenID  string `protobuf:"bytes,22,opt,name=wechatOpenID,proto3" json:"wechatOpenID"`
	City          string `protobuf:"bytes,23,opt,name=city,proto3" json:"city"`
	Country       string `protobuf:"bytes,24,opt,name=country,proto3" json:"country"`
	Province      string `protobuf:"bytes,25,opt,name=province,proto3" json:"province"`
	//注册时间
	CreatedAt      string `protobuf:"bytes,26,opt,name=createdAt,proto3" json:"createdAt"`
	ProjectID      string `protobuf:"bytes,27,opt,name=projectID,proto3" json:"projectID"`
	WechatConfigID string `protobuf:"bytes,28,opt,name=wechatConfigID,proto3" json:"wechatConfigID"`
	//系统必须要有的数据
	IsMust           bool                   `protobuf:"varint,29,opt,name=isMust,proto3" json:"isMust"`
	WechatOpenIDMaps []*UserWechatOpenIDMap `protobuf:"bytes,30,rep,name=wechatOpenIDMaps,proto3" json:"wechatOpenIDMaps"`
	Age              int32                  `protobuf:"varint,31,opt,name=age,proto3" json:"age"`
	Height           float32                `protobuf:"fixed32,32,opt,name=height,proto3" json:"height"`
	Weight           float32                `protobuf:"fixed32,33,opt,name=weight,proto3" json:"weight"`
	IsVip            bool                   `protobuf:"varint,34,opt,name=isVip,proto3" json:"isVip"`
	VipExpired       string                 `protobuf:"bytes,35,opt,name=vipExpired,proto3" json:"vipExpired"`
	// contains filtered or unexported fields
}

func (*UserInfo) Descriptor deprecated

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

Deprecated: Use UserInfo.ProtoReflect.Descriptor instead.

func (*UserInfo) GetAge

func (x *UserInfo) GetAge() int32

func (*UserInfo) GetAvatar

func (x *UserInfo) GetAvatar() string

func (*UserInfo) GetCity

func (x *UserInfo) GetCity() string

func (*UserInfo) GetCountry

func (x *UserInfo) GetCountry() string

func (*UserInfo) GetCreatedAt

func (x *UserInfo) GetCreatedAt() string

func (*UserInfo) GetDescription

func (x *UserInfo) GetDescription() string

func (*UserInfo) GetEid

func (x *UserInfo) GetEid() string

func (*UserInfo) GetEmail

func (x *UserInfo) GetEmail() string

func (*UserInfo) GetEnable

func (x *UserInfo) GetEnable() bool

func (*UserInfo) GetGender

func (x *UserInfo) GetGender() bool

func (*UserInfo) GetGroup

func (x *UserInfo) GetGroup() string

func (*UserInfo) GetHeight

func (x *UserInfo) GetHeight() float32

func (*UserInfo) GetId

func (x *UserInfo) GetId() string

func (*UserInfo) GetIdCard

func (x *UserInfo) GetIdCard() string

func (*UserInfo) GetIsMust

func (x *UserInfo) GetIsMust() bool

func (*UserInfo) GetIsVip

func (x *UserInfo) GetIsVip() bool

func (*UserInfo) GetMobile

func (x *UserInfo) GetMobile() string

func (*UserInfo) GetNickname

func (x *UserInfo) GetNickname() string

func (*UserInfo) GetPassword

func (x *UserInfo) GetPassword() string

func (*UserInfo) GetProjectID

func (x *UserInfo) GetProjectID() string

func (*UserInfo) GetProvince

func (x *UserInfo) GetProvince() string

func (*UserInfo) GetRealName

func (x *UserInfo) GetRealName() string

func (*UserInfo) GetRoleIDs

func (x *UserInfo) GetRoleIDs() []string

func (*UserInfo) GetTenantID

func (x *UserInfo) GetTenantID() string

func (*UserInfo) GetTenantName

func (x *UserInfo) GetTenantName() string

func (*UserInfo) GetTitle

func (x *UserInfo) GetTitle() string

func (*UserInfo) GetType

func (x *UserInfo) GetType() int32

func (*UserInfo) GetUserName

func (x *UserInfo) GetUserName() string

func (*UserInfo) GetUserRoles

func (x *UserInfo) GetUserRoles() []*UserRole

func (*UserInfo) GetVipExpired

func (x *UserInfo) GetVipExpired() string

func (*UserInfo) GetWechatConfigID

func (x *UserInfo) GetWechatConfigID() string

func (*UserInfo) GetWechatOpenID

func (x *UserInfo) GetWechatOpenID() string

func (*UserInfo) GetWechatOpenIDMaps

func (x *UserInfo) GetWechatOpenIDMaps() []*UserWechatOpenIDMap

func (*UserInfo) GetWechatUnionID

func (x *UserInfo) GetWechatUnionID() string

func (*UserInfo) GetWeight

func (x *UserInfo) GetWeight() float32

func (*UserInfo) ProtoMessage

func (*UserInfo) ProtoMessage()

func (*UserInfo) ProtoReflect

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

func (*UserInfo) Reset

func (x *UserInfo) Reset()

func (*UserInfo) String

func (x *UserInfo) String() string

type UserProfile

type UserProfile struct {
	Id       string `protobuf:"bytes,1,opt,name=id,proto3" json:"id"`
	TenantID string `protobuf:"bytes,20,opt,name=tenantID,proto3" json:"tenantID"`
	//昵称
	// @inject_tag: validate:"required"
	Nickname string `protobuf:"bytes,2,opt,name=nickname,proto3" json:"nickname" validate:"required"`
	//邮箱
	Email string `protobuf:"bytes,3,opt,name=email,proto3" json:"email"`
	//手机号
	// @inject_tag: validate:"required"
	Mobile string `protobuf:"bytes,4,opt,name=mobile,proto3" json:"mobile" validate:"required"`
	//身份证号码
	IdCard string `protobuf:"bytes,5,opt,name=idCard,proto3" json:"idCard"`
	//头像
	Avatar string `protobuf:"bytes,6,opt,name=avatar,proto3" json:"avatar"`
	//姓名
	RealName string `protobuf:"bytes,7,opt,name=realName,proto3" json:"realName"`
	//性别
	Gender      bool   `protobuf:"varint,8,opt,name=gender,proto3" json:"gender"`
	Country     string `protobuf:"bytes,9,opt,name=country,proto3" json:"country"`
	Province    string `protobuf:"bytes,10,opt,name=province,proto3" json:"province"`
	City        string `protobuf:"bytes,11,opt,name=city,proto3" json:"city"`
	County      string `protobuf:"bytes,12,opt,name=county,proto3" json:"county"`
	Description string `protobuf:"bytes,13,opt,name=description,proto3" json:"description"`
	Eid         string `protobuf:"bytes,14,opt,name=eid,proto3" json:"eid"`
	Birthday    int64  `protobuf:"varint,15,opt,name=birthday,proto3" json:"birthday"`
	//下面数据只有查询的时候用到,更新的时候不需要传
	//用户类型
	Type  int32       `protobuf:"varint,16,opt,name=type,proto3" json:"type"`
	Group string      `protobuf:"bytes,17,opt,name=group,proto3" json:"group"`
	Menus []*MenuInfo `protobuf:"bytes,18,rep,name=menus,proto3" json:"menus"`
	//只有调用UpdateProfileAndUserName接口时需要
	UserName    string `protobuf:"bytes,19,opt,name=userName,proto3" json:"userName"`
	ChineseName string `protobuf:"bytes,21,opt,name=chineseName,proto3" json:"chineseName"`
	EnglishName string `protobuf:"bytes,22,opt,name=englishName,proto3" json:"englishName"`
	StaffNo     string `protobuf:"bytes,23,opt,name=staffNo,proto3" json:"staffNo"`
	IsVip       bool   `protobuf:"varint,24,opt,name=isVip,proto3" json:"isVip"`
	VipExpired  string `protobuf:"bytes,25,opt,name=vipExpired,proto3" json:"vipExpired"`
	// contains filtered or unexported fields
}

func (*UserProfile) Descriptor deprecated

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

Deprecated: Use UserProfile.ProtoReflect.Descriptor instead.

func (*UserProfile) GetAvatar

func (x *UserProfile) GetAvatar() string

func (*UserProfile) GetBirthday

func (x *UserProfile) GetBirthday() int64

func (*UserProfile) GetChineseName

func (x *UserProfile) GetChineseName() string

func (*UserProfile) GetCity

func (x *UserProfile) GetCity() string

func (*UserProfile) GetCountry

func (x *UserProfile) GetCountry() string

func (*UserProfile) GetCounty

func (x *UserProfile) GetCounty() string

func (*UserProfile) GetDescription

func (x *UserProfile) GetDescription() string

func (*UserProfile) GetEid

func (x *UserProfile) GetEid() string

func (*UserProfile) GetEmail

func (x *UserProfile) GetEmail() string

func (*UserProfile) GetEnglishName

func (x *UserProfile) GetEnglishName() string

func (*UserProfile) GetGender

func (x *UserProfile) GetGender() bool

func (*UserProfile) GetGroup

func (x *UserProfile) GetGroup() string

func (*UserProfile) GetId

func (x *UserProfile) GetId() string

func (*UserProfile) GetIdCard

func (x *UserProfile) GetIdCard() string

func (*UserProfile) GetIsVip

func (x *UserProfile) GetIsVip() bool

func (*UserProfile) GetMenus

func (x *UserProfile) GetMenus() []*MenuInfo

func (*UserProfile) GetMobile

func (x *UserProfile) GetMobile() string

func (*UserProfile) GetNickname

func (x *UserProfile) GetNickname() string

func (*UserProfile) GetProvince

func (x *UserProfile) GetProvince() string

func (*UserProfile) GetRealName

func (x *UserProfile) GetRealName() string

func (*UserProfile) GetStaffNo

func (x *UserProfile) GetStaffNo() string

func (*UserProfile) GetTenantID

func (x *UserProfile) GetTenantID() string

func (*UserProfile) GetType

func (x *UserProfile) GetType() int32

func (*UserProfile) GetUserName

func (x *UserProfile) GetUserName() string

func (*UserProfile) GetVipExpired

func (x *UserProfile) GetVipExpired() string

func (*UserProfile) ProtoMessage

func (*UserProfile) ProtoMessage()

func (*UserProfile) ProtoReflect

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

func (*UserProfile) Reset

func (x *UserProfile) Reset()

func (*UserProfile) String

func (x *UserProfile) String() string

type UserRole

type UserRole struct {
	Id     string `protobuf:"bytes,1,opt,name=id,proto3" json:"id"`
	UserID string `protobuf:"bytes,2,opt,name=userID,proto3" json:"userID"`
	RoleID string `protobuf:"bytes,3,opt,name=roleID,proto3" json:"roleID"`
	// contains filtered or unexported fields
}

func (*UserRole) Descriptor deprecated

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

Deprecated: Use UserRole.ProtoReflect.Descriptor instead.

func (*UserRole) GetId

func (x *UserRole) GetId() string

func (*UserRole) GetRoleID

func (x *UserRole) GetRoleID() string

func (*UserRole) GetUserID

func (x *UserRole) GetUserID() string

func (*UserRole) ProtoMessage

func (*UserRole) ProtoMessage()

func (*UserRole) ProtoReflect

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

func (*UserRole) Reset

func (x *UserRole) Reset()

func (*UserRole) String

func (x *UserRole) String() string

type UserServer

type UserServer interface {
	Login(context.Context, *LoginRequest) (*LoginResponse, error)
	Add(context.Context, *UserInfo) (*CommonResponse, error)
	Update(context.Context, *UserInfo) (*CommonResponse, error)
	Delete(context.Context, *DelRequest) (*CommonResponse, error)
	Query(context.Context, *QueryUserRequest) (*QueryUserResponse, error)
	GetProfile(context.Context, *GetDetailRequest) (*GetProfileResponse, error)
	Enable(context.Context, *EnableRequest) (*CommonResponse, error)
	GetAll(context.Context, *GetAllUsersRequest) (*GetAllUsersResponse, error)
	GetDetail(context.Context, *GetDetailRequest) (*GetUserDetailResponse, error)
	ResetPwd(context.Context, *GetDetailRequest) (*CommonResponse, error)
	ChangePwd(context.Context, *ChangePwdRequest) (*CommonResponse, error)
	Logout(context.Context, *LogoutRequest) (*CommonResponse, error)
	UpdateProfile(context.Context, *UserProfile) (*CommonResponse, error)
	UpdateProfileAndUserName(context.Context, *UserProfile) (*CommonResponse, error)
	StatisticCount(context.Context, *StatisticUserCountRequest) (*StatisticCountResponse, error)
	Export(context.Context, *CommonExportRequest) (*CommonExportResponse, error)
	UpdateBasics(context.Context, *BasicsInfo) (*CommonResponse, error)
	GetBasics(context.Context, *GetDetailRequest) (*GetBasicsResponse, error)
	UpdateUserAgeHeightWeight(context.Context, *UpdateUserAgeHeightWeightRequest) (*CommonResponse, error)
	LoginByStaffNo(context.Context, *LoginByStaffNoRequest) (*LoginByStaffNoResponse, error)
	LogoutByUserName(context.Context, *LogoutByUserNameRequest) (*CommonResponse, error)
	// contains filtered or unexported methods
}

UserServer is the server API for User service. All implementations must embed UnimplementedUserServer for forward compatibility

type UserWechatOpenIDMap

type UserWechatOpenIDMap struct {
	Id             string `protobuf:"bytes,1,opt,name=id,proto3" json:"id"`
	UserID         string `protobuf:"bytes,2,opt,name=userID,proto3" json:"userID"`
	UnionID        string `protobuf:"bytes,3,opt,name=unionID,proto3" json:"unionID"`
	OpenID         string `protobuf:"bytes,4,opt,name=openID,proto3" json:"openID"`
	WechatConfigID string `protobuf:"bytes,5,opt,name=wechatConfigID,proto3" json:"wechatConfigID"`
	// contains filtered or unexported fields
}

func (*UserWechatOpenIDMap) Descriptor deprecated

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

Deprecated: Use UserWechatOpenIDMap.ProtoReflect.Descriptor instead.

func (*UserWechatOpenIDMap) GetId

func (x *UserWechatOpenIDMap) GetId() string

func (*UserWechatOpenIDMap) GetOpenID

func (x *UserWechatOpenIDMap) GetOpenID() string

func (*UserWechatOpenIDMap) GetUnionID

func (x *UserWechatOpenIDMap) GetUnionID() string

func (*UserWechatOpenIDMap) GetUserID

func (x *UserWechatOpenIDMap) GetUserID() string

func (*UserWechatOpenIDMap) GetWechatConfigID

func (x *UserWechatOpenIDMap) GetWechatConfigID() string

func (*UserWechatOpenIDMap) ProtoMessage

func (*UserWechatOpenIDMap) ProtoMessage()

func (*UserWechatOpenIDMap) ProtoReflect

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

func (*UserWechatOpenIDMap) Reset

func (x *UserWechatOpenIDMap) Reset()

func (*UserWechatOpenIDMap) String

func (x *UserWechatOpenIDMap) String() string

type WebSiteClientImpl

type WebSiteClientImpl struct {
	Add       func(ctx context.Context, in *WebSiteInfo) (*CommonResponse, error)
	Update    func(ctx context.Context, in *WebSiteInfo) (*CommonResponse, error)
	Delete    func(ctx context.Context, in *DelRequest) (*CommonResponse, error)
	Query     func(ctx context.Context, in *QueryWebSiteRequest) (*QueryWebSiteResponse, error)
	GetAll    func(ctx context.Context, in *GetAllRequest) (*GetAllWebSiteResponse, error)
	GetDetail func(ctx context.Context, in *GetDetailRequest) (*GetWebSiteDetailResponse, error)
	Export    func(ctx context.Context, in *CommonExportRequest) (*CommonExportResponse, error)
}

func (*WebSiteClientImpl) GetDubboStub

func (c *WebSiteClientImpl) GetDubboStub(cc *triple.TripleConn) WebSiteClient

func (*WebSiteClientImpl) XXX_InterfaceName

func (c *WebSiteClientImpl) XXX_InterfaceName() string

type WebSiteInfo

type WebSiteInfo struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id"`
	//网站名称
	Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name"`
	//网站编号
	Code string `protobuf:"bytes,3,opt,name=code,proto3" json:"code"`
	Logo string `protobuf:"bytes,4,opt,name=logo,proto3" json:"logo"`
	//所属项目
	ProjectID string `protobuf:"bytes,5,opt,name=projectID,proto3" json:"projectID"`
	//租户ID
	TenantID string `protobuf:"bytes,6,opt,name=tenantID,proto3" json:"tenantID"`
	//系统必须要有的数据
	IsMust bool `protobuf:"varint,7,opt,name=isMust,proto3" json:"isMust"`
	// contains filtered or unexported fields
}

func (*WebSiteInfo) Descriptor deprecated

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

Deprecated: Use WebSiteInfo.ProtoReflect.Descriptor instead.

func (*WebSiteInfo) GetCode

func (x *WebSiteInfo) GetCode() string

func (*WebSiteInfo) GetId

func (x *WebSiteInfo) GetId() string

func (*WebSiteInfo) GetIsMust

func (x *WebSiteInfo) GetIsMust() bool
func (x *WebSiteInfo) GetLogo() string

func (*WebSiteInfo) GetName

func (x *WebSiteInfo) GetName() string

func (*WebSiteInfo) GetProjectID

func (x *WebSiteInfo) GetProjectID() string

func (*WebSiteInfo) GetTenantID

func (x *WebSiteInfo) GetTenantID() string

func (*WebSiteInfo) ProtoMessage

func (*WebSiteInfo) ProtoMessage()

func (*WebSiteInfo) ProtoReflect

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

func (*WebSiteInfo) Reset

func (x *WebSiteInfo) Reset()

func (*WebSiteInfo) String

func (x *WebSiteInfo) String() string

type WebSiteServer

WebSiteServer is the server API for WebSite service. All implementations must embed UnimplementedWebSiteServer for forward compatibility

type WechatClient

type WechatClient interface {
	SendTplMsg(ctx context.Context, in *SendTplMsgRequest, opts ...grpc_go.CallOption) (*SendTplMsgResponse, common.ErrorWithAttachment)
}

WechatClient is the client API for Wechat service.

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

func NewWechatClient

func NewWechatClient(cc *triple.TripleConn) WechatClient

type WechatClientImpl

type WechatClientImpl struct {
	SendTplMsg func(ctx context.Context, in *SendTplMsgRequest) (*SendTplMsgResponse, error)
}

func (*WechatClientImpl) GetDubboStub

func (c *WechatClientImpl) GetDubboStub(cc *triple.TripleConn) WechatClient

func (*WechatClientImpl) XXX_InterfaceName

func (c *WechatClientImpl) XXX_InterfaceName() string

type WechatConfigClientImpl

func (*WechatConfigClientImpl) GetDubboStub

func (*WechatConfigClientImpl) XXX_InterfaceName

func (c *WechatConfigClientImpl) XXX_InterfaceName() string

type WechatConfigInfo

type WechatConfigInfo struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id"`
	//APP ID
	AppID string `protobuf:"bytes,2,opt,name=appID,proto3" json:"appID"`
	//APP名称
	AppName string `protobuf:"bytes,3,opt,name=appName,proto3" json:"appName"`
	//秘钥
	Secret string `protobuf:"bytes,4,opt,name=secret,proto3" json:"secret"`
	//租户ID
	TenantID string `protobuf:"bytes,5,opt,name=tenantID,proto3" json:"tenantID"`
	//类型 1-微信小程序 2-微信公众号 3-微信APP应用 4-微信网站应用
	AppType int32 `protobuf:"varint,6,opt,name=appType,proto3" json:"appType"`
	//默认角色 用户通过微信注册时赋予默认角色
	DefaultRoleID string `protobuf:"bytes,7,opt,name=defaultRoleID,proto3" json:"defaultRoleID"`
	//重定向URL
	RedirectUrl string `protobuf:"bytes,8,opt,name=redirectUrl,proto3" json:"redirectUrl"`
	//Token
	Token string `protobuf:"bytes,9,opt,name=token,proto3" json:"token"`
	//消息加解密密钥
	EncodingAESKey string `protobuf:"bytes,10,opt,name=encodingAESKey,proto3" json:"encodingAESKey"`
	//消息加解密方式,1-明文模式,2-兼容模式,3-安全模式(推荐)
	EncodingMethod int32 `protobuf:"varint,11,opt,name=encodingMethod,proto3" json:"encodingMethod"`
	//显示名称
	DisplayName string `protobuf:"bytes,12,opt,name=displayName,proto3" json:"displayName"`
	ProjectID   string `protobuf:"bytes,13,opt,name=projectID,proto3" json:"projectID"`
	//系统必须要有的数据
	IsMust bool `protobuf:"varint,14,opt,name=isMust,proto3" json:"isMust"`
	// contains filtered or unexported fields
}

func (*WechatConfigInfo) Descriptor deprecated

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

Deprecated: Use WechatConfigInfo.ProtoReflect.Descriptor instead.

func (*WechatConfigInfo) GetAppID

func (x *WechatConfigInfo) GetAppID() string

func (*WechatConfigInfo) GetAppName

func (x *WechatConfigInfo) GetAppName() string

func (*WechatConfigInfo) GetAppType

func (x *WechatConfigInfo) GetAppType() int32

func (*WechatConfigInfo) GetDefaultRoleID

func (x *WechatConfigInfo) GetDefaultRoleID() string

func (*WechatConfigInfo) GetDisplayName

func (x *WechatConfigInfo) GetDisplayName() string

func (*WechatConfigInfo) GetEncodingAESKey

func (x *WechatConfigInfo) GetEncodingAESKey() string

func (*WechatConfigInfo) GetEncodingMethod

func (x *WechatConfigInfo) GetEncodingMethod() int32

func (*WechatConfigInfo) GetId

func (x *WechatConfigInfo) GetId() string

func (*WechatConfigInfo) GetIsMust

func (x *WechatConfigInfo) GetIsMust() bool

func (*WechatConfigInfo) GetProjectID

func (x *WechatConfigInfo) GetProjectID() string

func (*WechatConfigInfo) GetRedirectUrl

func (x *WechatConfigInfo) GetRedirectUrl() string

func (*WechatConfigInfo) GetSecret

func (x *WechatConfigInfo) GetSecret() string

func (*WechatConfigInfo) GetTenantID

func (x *WechatConfigInfo) GetTenantID() string

func (*WechatConfigInfo) GetToken

func (x *WechatConfigInfo) GetToken() string

func (*WechatConfigInfo) ProtoMessage

func (*WechatConfigInfo) ProtoMessage()

func (*WechatConfigInfo) ProtoReflect

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

func (*WechatConfigInfo) Reset

func (x *WechatConfigInfo) Reset()

func (*WechatConfigInfo) String

func (x *WechatConfigInfo) String() string

type WechatConfigServer

WechatConfigServer is the server API for WechatConfig service. All implementations must embed UnimplementedWechatConfigServer for forward compatibility

type WechatServer

type WechatServer interface {
	SendTplMsg(context.Context, *SendTplMsgRequest) (*SendTplMsgResponse, error)
	// contains filtered or unexported methods
}

WechatServer is the server API for Wechat service. All implementations must embed UnimplementedWechatServer for forward compatibility

Jump to

Keyboard shortcuts

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