Documentation
¶
Index ¶
- Constants
- Variables
- func RegisterBoardExtDataApiServer(s grpc.ServiceRegistrar, srv BoardExtDataApiServer)
- type AddRequest
- func (*AddRequest) Descriptor() ([]byte, []int)deprecated
- func (x *AddRequest) GetBasicInfo() *BasicExtDataInfo
- func (x *AddRequest) GetBoardId() string
- func (x *AddRequest) GetSessionId() string
- func (*AddRequest) ProtoMessage()
- func (x *AddRequest) ProtoReflect() protoreflect.Message
- func (x *AddRequest) Reset()
- func (x *AddRequest) String() string
- type AddResponse
- func (*AddResponse) Descriptor() ([]byte, []int)deprecated
- func (x *AddResponse) GetCode() AddResponse_CODE
- func (x *AddResponse) GetErrMsg() string
- func (x *AddResponse) GetExtDataId() string
- func (*AddResponse) ProtoMessage()
- func (x *AddResponse) ProtoReflect() protoreflect.Message
- func (x *AddResponse) Reset()
- func (x *AddResponse) String() string
- type AddResponse_CODE
- func (AddResponse_CODE) Descriptor() protoreflect.EnumDescriptor
- func (x AddResponse_CODE) Enum() *AddResponse_CODE
- func (AddResponse_CODE) EnumDescriptor() ([]byte, []int)deprecated
- func (x AddResponse_CODE) Number() protoreflect.EnumNumber
- func (x AddResponse_CODE) String() string
- func (AddResponse_CODE) Type() protoreflect.EnumType
- type BasicExtDataInfo
- func (*BasicExtDataInfo) Descriptor() ([]byte, []int)deprecated
- func (x *BasicExtDataInfo) GetAccessToken() string
- func (x *BasicExtDataInfo) GetCrawlerServType() CRAWLER_SERV_TYPE
- func (x *BasicExtDataInfo) GetExtDataType() EXTDATA_TYPE
- func (x *BasicExtDataInfo) GetGitServType() GIT_SERV_TYPE
- func (x *BasicExtDataInfo) GetMapServType() MAP_SERV_TYPE
- func (x *BasicExtDataInfo) GetName() string
- func (m *BasicExtDataInfo) GetServType() isBasicExtDataInfo_ServType
- func (x *BasicExtDataInfo) GetServUrl() string
- func (*BasicExtDataInfo) ProtoMessage()
- func (x *BasicExtDataInfo) ProtoReflect() protoreflect.Message
- func (x *BasicExtDataInfo) Reset()
- func (x *BasicExtDataInfo) String() string
- type BasicExtDataInfo_CrawlerServType
- type BasicExtDataInfo_GitServType
- type BasicExtDataInfo_MapServType
- type BoardExtDataApiClient
- type BoardExtDataApiServer
- type CRAWLER_SERV_TYPE
- func (CRAWLER_SERV_TYPE) Descriptor() protoreflect.EnumDescriptor
- func (x CRAWLER_SERV_TYPE) Enum() *CRAWLER_SERV_TYPE
- func (CRAWLER_SERV_TYPE) EnumDescriptor() ([]byte, []int)deprecated
- func (x CRAWLER_SERV_TYPE) Number() protoreflect.EnumNumber
- func (x CRAWLER_SERV_TYPE) String() string
- func (CRAWLER_SERV_TYPE) Type() protoreflect.EnumType
- type EXTDATA_TYPE
- func (EXTDATA_TYPE) Descriptor() protoreflect.EnumDescriptor
- func (x EXTDATA_TYPE) Enum() *EXTDATA_TYPE
- func (EXTDATA_TYPE) EnumDescriptor() ([]byte, []int)deprecated
- func (x EXTDATA_TYPE) Number() protoreflect.EnumNumber
- func (x EXTDATA_TYPE) String() string
- func (EXTDATA_TYPE) Type() protoreflect.EnumType
- type ExtDataInfo
- func (*ExtDataInfo) Descriptor() ([]byte, []int)deprecated
- func (x *ExtDataInfo) GetBasicInfo() *BasicExtDataInfo
- func (x *ExtDataInfo) GetCreateDisplayName() string
- func (x *ExtDataInfo) GetCreateLogoUri() string
- func (x *ExtDataInfo) GetCreateTime() int64
- func (x *ExtDataInfo) GetCreateUserId() string
- func (x *ExtDataInfo) GetExtDataId() string
- func (x *ExtDataInfo) GetUpdateDisplayName() string
- func (x *ExtDataInfo) GetUpdateLogoUri() string
- func (x *ExtDataInfo) GetUpdateTime() int64
- func (x *ExtDataInfo) GetUpdateUserId() string
- func (*ExtDataInfo) ProtoMessage()
- func (x *ExtDataInfo) ProtoReflect() protoreflect.Message
- func (x *ExtDataInfo) Reset()
- func (x *ExtDataInfo) String() string
- type GIT_SERV_TYPE
- func (GIT_SERV_TYPE) Descriptor() protoreflect.EnumDescriptor
- func (x GIT_SERV_TYPE) Enum() *GIT_SERV_TYPE
- func (GIT_SERV_TYPE) EnumDescriptor() ([]byte, []int)deprecated
- func (x GIT_SERV_TYPE) Number() protoreflect.EnumNumber
- func (x GIT_SERV_TYPE) String() string
- func (GIT_SERV_TYPE) Type() protoreflect.EnumType
- type GetRequest
- func (*GetRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetRequest) GetBoardId() string
- func (x *GetRequest) GetExtDataId() string
- func (x *GetRequest) GetSessionId() string
- func (*GetRequest) ProtoMessage()
- func (x *GetRequest) ProtoReflect() protoreflect.Message
- func (x *GetRequest) Reset()
- func (x *GetRequest) String() string
- type GetResponse
- func (*GetResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetResponse) GetCode() GetResponse_CODE
- func (x *GetResponse) GetErrMsg() string
- func (x *GetResponse) GetExtData() *ExtDataInfo
- func (*GetResponse) ProtoMessage()
- func (x *GetResponse) ProtoReflect() protoreflect.Message
- func (x *GetResponse) Reset()
- func (x *GetResponse) String() string
- type GetResponse_CODE
- func (GetResponse_CODE) Descriptor() protoreflect.EnumDescriptor
- func (x GetResponse_CODE) Enum() *GetResponse_CODE
- func (GetResponse_CODE) EnumDescriptor() ([]byte, []int)deprecated
- func (x GetResponse_CODE) Number() protoreflect.EnumNumber
- func (x GetResponse_CODE) String() string
- func (GetResponse_CODE) Type() protoreflect.EnumType
- type ListRequest
- func (*ListRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListRequest) GetBoardId() string
- func (x *ListRequest) GetSessionId() string
- func (*ListRequest) ProtoMessage()
- func (x *ListRequest) ProtoReflect() protoreflect.Message
- func (x *ListRequest) Reset()
- func (x *ListRequest) String() string
- type ListResponse
- func (*ListResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListResponse) GetCode() ListResponse_CODE
- func (x *ListResponse) GetErrMsg() string
- func (x *ListResponse) GetExtDataList() []*ExtDataInfo
- func (*ListResponse) ProtoMessage()
- func (x *ListResponse) ProtoReflect() protoreflect.Message
- func (x *ListResponse) Reset()
- func (x *ListResponse) String() string
- type ListResponse_CODE
- func (ListResponse_CODE) Descriptor() protoreflect.EnumDescriptor
- func (x ListResponse_CODE) Enum() *ListResponse_CODE
- func (ListResponse_CODE) EnumDescriptor() ([]byte, []int)deprecated
- func (x ListResponse_CODE) Number() protoreflect.EnumNumber
- func (x ListResponse_CODE) String() string
- func (ListResponse_CODE) Type() protoreflect.EnumType
- type MAP_SERV_TYPE
- func (MAP_SERV_TYPE) Descriptor() protoreflect.EnumDescriptor
- func (x MAP_SERV_TYPE) Enum() *MAP_SERV_TYPE
- func (MAP_SERV_TYPE) EnumDescriptor() ([]byte, []int)deprecated
- func (x MAP_SERV_TYPE) Number() protoreflect.EnumNumber
- func (x MAP_SERV_TYPE) String() string
- func (MAP_SERV_TYPE) Type() protoreflect.EnumType
- type RemoveRequest
- func (*RemoveRequest) Descriptor() ([]byte, []int)deprecated
- func (x *RemoveRequest) GetBoardId() string
- func (x *RemoveRequest) GetExtDataId() string
- func (x *RemoveRequest) GetSessionId() string
- func (*RemoveRequest) ProtoMessage()
- func (x *RemoveRequest) ProtoReflect() protoreflect.Message
- func (x *RemoveRequest) Reset()
- func (x *RemoveRequest) String() string
- type RemoveResponse
- func (*RemoveResponse) Descriptor() ([]byte, []int)deprecated
- func (x *RemoveResponse) GetCode() RemoveResponse_CODE
- func (x *RemoveResponse) GetErrMsg() string
- func (*RemoveResponse) ProtoMessage()
- func (x *RemoveResponse) ProtoReflect() protoreflect.Message
- func (x *RemoveResponse) Reset()
- func (x *RemoveResponse) String() string
- type RemoveResponse_CODE
- func (RemoveResponse_CODE) Descriptor() protoreflect.EnumDescriptor
- func (x RemoveResponse_CODE) Enum() *RemoveResponse_CODE
- func (RemoveResponse_CODE) EnumDescriptor() ([]byte, []int)deprecated
- func (x RemoveResponse_CODE) Number() protoreflect.EnumNumber
- func (x RemoveResponse_CODE) String() string
- func (RemoveResponse_CODE) Type() protoreflect.EnumType
- type UnimplementedBoardExtDataApiServer
- func (UnimplementedBoardExtDataApiServer) Add(context.Context, *AddRequest) (*AddResponse, error)
- func (UnimplementedBoardExtDataApiServer) Get(context.Context, *GetRequest) (*GetResponse, error)
- func (UnimplementedBoardExtDataApiServer) List(context.Context, *ListRequest) (*ListResponse, error)
- func (UnimplementedBoardExtDataApiServer) Remove(context.Context, *RemoveRequest) (*RemoveResponse, error)
- func (UnimplementedBoardExtDataApiServer) Update(context.Context, *UpdateRequest) (*UpdateResponse, error)
- type UnsafeBoardExtDataApiServer
- type UpdateRequest
- func (*UpdateRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateRequest) GetBasicInfo() *BasicExtDataInfo
- func (x *UpdateRequest) GetBoardId() string
- func (x *UpdateRequest) GetExtDataId() string
- func (x *UpdateRequest) GetSessionId() string
- func (*UpdateRequest) ProtoMessage()
- func (x *UpdateRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateRequest) Reset()
- func (x *UpdateRequest) String() string
- type UpdateResponse
- func (*UpdateResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateResponse) GetCode() UpdateResponse_CODE
- func (x *UpdateResponse) GetErrMsg() string
- func (*UpdateResponse) ProtoMessage()
- func (x *UpdateResponse) ProtoReflect() protoreflect.Message
- func (x *UpdateResponse) Reset()
- func (x *UpdateResponse) String() string
- type UpdateResponse_CODE
- func (UpdateResponse_CODE) Descriptor() protoreflect.EnumDescriptor
- func (x UpdateResponse_CODE) Enum() *UpdateResponse_CODE
- func (UpdateResponse_CODE) EnumDescriptor() ([]byte, []int)deprecated
- func (x UpdateResponse_CODE) Number() protoreflect.EnumNumber
- func (x UpdateResponse_CODE) String() string
- func (UpdateResponse_CODE) Type() protoreflect.EnumType
Constants ¶
const ( BoardExtDataApi_Add_FullMethodName = "/board_extdata_api.BoardExtDataApi/add" BoardExtDataApi_Update_FullMethodName = "/board_extdata_api.BoardExtDataApi/update" BoardExtDataApi_Remove_FullMethodName = "/board_extdata_api.BoardExtDataApi/remove" BoardExtDataApi_List_FullMethodName = "/board_extdata_api.BoardExtDataApi/list" BoardExtDataApi_Get_FullMethodName = "/board_extdata_api.BoardExtDataApi/get" )
Variables ¶
var ( EXTDATA_TYPE_name = map[int32]string{ 0: "EXTDATA_TYPE_GIT", 1: "EXTDATA_TYPE_CRAWLER", 2: "EXTDATA_TYPE_MAP", } EXTDATA_TYPE_value = map[string]int32{ "EXTDATA_TYPE_GIT": 0, "EXTDATA_TYPE_CRAWLER": 1, "EXTDATA_TYPE_MAP": 2, } )
Enum value maps for EXTDATA_TYPE.
var ( GIT_SERV_TYPE_name = map[int32]string{ 0: "GIT_SERV_ATOMGIT", 1: "GIT_SERV_GITCODE", 2: "GIT_SERV_GITEE", 3: "GIT_SERV_GITLAB", } GIT_SERV_TYPE_value = map[string]int32{ "GIT_SERV_ATOMGIT": 0, "GIT_SERV_GITCODE": 1, "GIT_SERV_GITEE": 2, "GIT_SERV_GITLAB": 3, } )
Enum value maps for GIT_SERV_TYPE.
var ( CRAWLER_SERV_TYPE_name = map[int32]string{ 0: "CRAWLER_SERV_FILECRAWL", } CRAWLER_SERV_TYPE_value = map[string]int32{ "CRAWLER_SERV_FILECRAWL": 0, } )
Enum value maps for CRAWLER_SERV_TYPE.
var ( MAP_SERV_TYPE_name = map[int32]string{ 0: "MAP_SERV_AMAP", } MAP_SERV_TYPE_value = map[string]int32{ "MAP_SERV_AMAP": 0, } )
Enum value maps for MAP_SERV_TYPE.
var ( AddResponse_CODE_name = map[int32]string{ 0: "CODE_OK", 1: "CODE_WRONG_SESSION", 3: "CODE_NO_PERMISSION", 4: "CODE_NO_BOARD", } AddResponse_CODE_value = map[string]int32{ "CODE_OK": 0, "CODE_WRONG_SESSION": 1, "CODE_NO_PERMISSION": 3, "CODE_NO_BOARD": 4, } )
Enum value maps for AddResponse_CODE.
var ( UpdateResponse_CODE_name = map[int32]string{ 0: "CODE_OK", 1: "CODE_WRONG_SESSION", 3: "CODE_NO_PERMISSION", 4: "CODE_NO_BOARD", 5: "CODE_NO_EXT_DATA_SERV", } UpdateResponse_CODE_value = map[string]int32{ "CODE_OK": 0, "CODE_WRONG_SESSION": 1, "CODE_NO_PERMISSION": 3, "CODE_NO_BOARD": 4, "CODE_NO_EXT_DATA_SERV": 5, } )
Enum value maps for UpdateResponse_CODE.
var ( RemoveResponse_CODE_name = map[int32]string{ 0: "CODE_OK", 1: "CODE_WRONG_SESSION", 3: "CODE_NO_PERMISSION", 4: "CODE_NO_BOARD", } RemoveResponse_CODE_value = map[string]int32{ "CODE_OK": 0, "CODE_WRONG_SESSION": 1, "CODE_NO_PERMISSION": 3, "CODE_NO_BOARD": 4, } )
Enum value maps for RemoveResponse_CODE.
var ( ListResponse_CODE_name = map[int32]string{ 0: "CODE_OK", 1: "CODE_WRONG_SESSION", 3: "CODE_NO_PERMISSION", 4: "CODE_NO_BOARD", } ListResponse_CODE_value = map[string]int32{ "CODE_OK": 0, "CODE_WRONG_SESSION": 1, "CODE_NO_PERMISSION": 3, "CODE_NO_BOARD": 4, } )
Enum value maps for ListResponse_CODE.
var ( GetResponse_CODE_name = map[int32]string{ 0: "CODE_OK", 1: "CODE_WRONG_SESSION", 3: "CODE_NO_PERMISSION", 4: "CODE_NO_BOARD", 5: "CODE_NO_EXT_DATA_SERV", } GetResponse_CODE_value = map[string]int32{ "CODE_OK": 0, "CODE_WRONG_SESSION": 1, "CODE_NO_PERMISSION": 3, "CODE_NO_BOARD": 4, "CODE_NO_EXT_DATA_SERV": 5, } )
Enum value maps for GetResponse_CODE.
var BoardExtDataApi_ServiceDesc = grpc.ServiceDesc{ ServiceName: "board_extdata_api.BoardExtDataApi", HandlerType: (*BoardExtDataApiServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "add", Handler: _BoardExtDataApi_Add_Handler, }, { MethodName: "update", Handler: _BoardExtDataApi_Update_Handler, }, { MethodName: "remove", Handler: _BoardExtDataApi_Remove_Handler, }, { MethodName: "list", Handler: _BoardExtDataApi_List_Handler, }, { MethodName: "get", Handler: _BoardExtDataApi_Get_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "board_extdata_api.proto", }
BoardExtDataApi_ServiceDesc is the grpc.ServiceDesc for BoardExtDataApi service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var File_board_extdata_api_proto protoreflect.FileDescriptor
Functions ¶
func RegisterBoardExtDataApiServer ¶
func RegisterBoardExtDataApiServer(s grpc.ServiceRegistrar, srv BoardExtDataApiServer)
Types ¶
type AddRequest ¶
type AddRequest struct { SessionId string `protobuf:"bytes,1,opt,name=sessionId,proto3" json:"sessionId,omitempty"` // string teamId = 2; BoardId string `protobuf:"bytes,3,opt,name=boardId,proto3" json:"boardId,omitempty"` BasicInfo *BasicExtDataInfo `protobuf:"bytes,4,opt,name=basicInfo,proto3" json:"basicInfo,omitempty"` // contains filtered or unexported fields }
func (*AddRequest) Descriptor
deprecated
func (*AddRequest) Descriptor() ([]byte, []int)
Deprecated: Use AddRequest.ProtoReflect.Descriptor instead.
func (*AddRequest) GetBasicInfo ¶
func (x *AddRequest) GetBasicInfo() *BasicExtDataInfo
func (*AddRequest) GetBoardId ¶
func (x *AddRequest) GetBoardId() string
func (*AddRequest) GetSessionId ¶
func (x *AddRequest) GetSessionId() string
func (*AddRequest) ProtoMessage ¶
func (*AddRequest) ProtoMessage()
func (*AddRequest) ProtoReflect ¶
func (x *AddRequest) ProtoReflect() protoreflect.Message
func (*AddRequest) Reset ¶
func (x *AddRequest) Reset()
func (*AddRequest) String ¶
func (x *AddRequest) String() string
type AddResponse ¶
type AddResponse struct { Code AddResponse_CODE `protobuf:"varint,1,opt,name=code,proto3,enum=board_extdata_api.AddResponse_CODE" json:"code,omitempty"` ErrMsg string `protobuf:"bytes,2,opt,name=errMsg,proto3" json:"errMsg,omitempty"` ExtDataId string `protobuf:"bytes,3,opt,name=extDataId,proto3" json:"extDataId,omitempty"` // contains filtered or unexported fields }
func (*AddResponse) Descriptor
deprecated
func (*AddResponse) Descriptor() ([]byte, []int)
Deprecated: Use AddResponse.ProtoReflect.Descriptor instead.
func (*AddResponse) GetCode ¶
func (x *AddResponse) GetCode() AddResponse_CODE
func (*AddResponse) GetErrMsg ¶
func (x *AddResponse) GetErrMsg() string
func (*AddResponse) GetExtDataId ¶
func (x *AddResponse) GetExtDataId() string
func (*AddResponse) ProtoMessage ¶
func (*AddResponse) ProtoMessage()
func (*AddResponse) ProtoReflect ¶
func (x *AddResponse) ProtoReflect() protoreflect.Message
func (*AddResponse) Reset ¶
func (x *AddResponse) Reset()
func (*AddResponse) String ¶
func (x *AddResponse) String() string
type AddResponse_CODE ¶
type AddResponse_CODE int32
const ( AddResponse_CODE_OK AddResponse_CODE = 0 AddResponse_CODE_WRONG_SESSION AddResponse_CODE = 1 // CODE_NO_TEAM = 2; AddResponse_CODE_NO_PERMISSION AddResponse_CODE = 3 AddResponse_CODE_NO_BOARD AddResponse_CODE = 4 )
func (AddResponse_CODE) Descriptor ¶
func (AddResponse_CODE) Descriptor() protoreflect.EnumDescriptor
func (AddResponse_CODE) Enum ¶
func (x AddResponse_CODE) Enum() *AddResponse_CODE
func (AddResponse_CODE) EnumDescriptor
deprecated
func (AddResponse_CODE) EnumDescriptor() ([]byte, []int)
Deprecated: Use AddResponse_CODE.Descriptor instead.
func (AddResponse_CODE) Number ¶
func (x AddResponse_CODE) Number() protoreflect.EnumNumber
func (AddResponse_CODE) String ¶
func (x AddResponse_CODE) String() string
func (AddResponse_CODE) Type ¶
func (AddResponse_CODE) Type() protoreflect.EnumType
type BasicExtDataInfo ¶
type BasicExtDataInfo struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` ExtDataType EXTDATA_TYPE `protobuf:"varint,2,opt,name=extDataType,proto3,enum=board_extdata_api.EXTDATA_TYPE" json:"extDataType,omitempty"` ServUrl string `protobuf:"bytes,3,opt,name=servUrl,proto3" json:"servUrl,omitempty"` AccessToken string `protobuf:"bytes,4,opt,name=accessToken,proto3" json:"accessToken,omitempty"` // Types that are assignable to ServType: // // *BasicExtDataInfo_GitServType // *BasicExtDataInfo_CrawlerServType // *BasicExtDataInfo_MapServType ServType isBasicExtDataInfo_ServType `protobuf_oneof:"servType"` // contains filtered or unexported fields }
func (*BasicExtDataInfo) Descriptor
deprecated
func (*BasicExtDataInfo) Descriptor() ([]byte, []int)
Deprecated: Use BasicExtDataInfo.ProtoReflect.Descriptor instead.
func (*BasicExtDataInfo) GetAccessToken ¶
func (x *BasicExtDataInfo) GetAccessToken() string
func (*BasicExtDataInfo) GetCrawlerServType ¶
func (x *BasicExtDataInfo) GetCrawlerServType() CRAWLER_SERV_TYPE
func (*BasicExtDataInfo) GetExtDataType ¶
func (x *BasicExtDataInfo) GetExtDataType() EXTDATA_TYPE
func (*BasicExtDataInfo) GetGitServType ¶
func (x *BasicExtDataInfo) GetGitServType() GIT_SERV_TYPE
func (*BasicExtDataInfo) GetMapServType ¶
func (x *BasicExtDataInfo) GetMapServType() MAP_SERV_TYPE
func (*BasicExtDataInfo) GetName ¶
func (x *BasicExtDataInfo) GetName() string
func (*BasicExtDataInfo) GetServType ¶
func (m *BasicExtDataInfo) GetServType() isBasicExtDataInfo_ServType
func (*BasicExtDataInfo) GetServUrl ¶
func (x *BasicExtDataInfo) GetServUrl() string
func (*BasicExtDataInfo) ProtoMessage ¶
func (*BasicExtDataInfo) ProtoMessage()
func (*BasicExtDataInfo) ProtoReflect ¶
func (x *BasicExtDataInfo) ProtoReflect() protoreflect.Message
func (*BasicExtDataInfo) Reset ¶
func (x *BasicExtDataInfo) Reset()
func (*BasicExtDataInfo) String ¶
func (x *BasicExtDataInfo) String() string
type BasicExtDataInfo_CrawlerServType ¶
type BasicExtDataInfo_CrawlerServType struct {
CrawlerServType CRAWLER_SERV_TYPE `protobuf:"varint,21,opt,name=crawlerServType,proto3,enum=board_extdata_api.CRAWLER_SERV_TYPE,oneof"`
}
type BasicExtDataInfo_GitServType ¶
type BasicExtDataInfo_GitServType struct {
GitServType GIT_SERV_TYPE `protobuf:"varint,20,opt,name=gitServType,proto3,enum=board_extdata_api.GIT_SERV_TYPE,oneof"`
}
type BasicExtDataInfo_MapServType ¶
type BasicExtDataInfo_MapServType struct {
MapServType MAP_SERV_TYPE `protobuf:"varint,22,opt,name=mapServType,proto3,enum=board_extdata_api.MAP_SERV_TYPE,oneof"`
}
type BoardExtDataApiClient ¶
type BoardExtDataApiClient interface { // 增加外部数据服务 Add(ctx context.Context, in *AddRequest, opts ...grpc.CallOption) (*AddResponse, error) // 更新外部数据服务 Update(ctx context.Context, in *UpdateRequest, opts ...grpc.CallOption) (*UpdateResponse, error) // 删除外部数据服务 Remove(ctx context.Context, in *RemoveRequest, opts ...grpc.CallOption) (*RemoveResponse, error) // 列出外部服务数据服务 List(ctx context.Context, in *ListRequest, opts ...grpc.CallOption) (*ListResponse, error) // 获取单个外部数据服务 Get(ctx context.Context, in *GetRequest, opts ...grpc.CallOption) (*GetResponse, error) }
BoardExtDataApiClient is the client API for BoardExtDataApi service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
func NewBoardExtDataApiClient ¶
func NewBoardExtDataApiClient(cc grpc.ClientConnInterface) BoardExtDataApiClient
type BoardExtDataApiServer ¶
type BoardExtDataApiServer interface { // 增加外部数据服务 Add(context.Context, *AddRequest) (*AddResponse, error) // 更新外部数据服务 Update(context.Context, *UpdateRequest) (*UpdateResponse, error) // 删除外部数据服务 Remove(context.Context, *RemoveRequest) (*RemoveResponse, error) // 列出外部服务数据服务 List(context.Context, *ListRequest) (*ListResponse, error) // 获取单个外部数据服务 Get(context.Context, *GetRequest) (*GetResponse, error) // contains filtered or unexported methods }
BoardExtDataApiServer is the server API for BoardExtDataApi service. All implementations must embed UnimplementedBoardExtDataApiServer for forward compatibility
type CRAWLER_SERV_TYPE ¶
type CRAWLER_SERV_TYPE int32
const (
CRAWLER_SERV_TYPE_CRAWLER_SERV_FILECRAWL CRAWLER_SERV_TYPE = 0 //firecrawl官方或私有部署
)
func (CRAWLER_SERV_TYPE) Descriptor ¶
func (CRAWLER_SERV_TYPE) Descriptor() protoreflect.EnumDescriptor
func (CRAWLER_SERV_TYPE) Enum ¶
func (x CRAWLER_SERV_TYPE) Enum() *CRAWLER_SERV_TYPE
func (CRAWLER_SERV_TYPE) EnumDescriptor
deprecated
func (CRAWLER_SERV_TYPE) EnumDescriptor() ([]byte, []int)
Deprecated: Use CRAWLER_SERV_TYPE.Descriptor instead.
func (CRAWLER_SERV_TYPE) Number ¶
func (x CRAWLER_SERV_TYPE) Number() protoreflect.EnumNumber
func (CRAWLER_SERV_TYPE) String ¶
func (x CRAWLER_SERV_TYPE) String() string
func (CRAWLER_SERV_TYPE) Type ¶
func (CRAWLER_SERV_TYPE) Type() protoreflect.EnumType
type EXTDATA_TYPE ¶
type EXTDATA_TYPE int32
const ( EXTDATA_TYPE_EXTDATA_TYPE_GIT EXTDATA_TYPE = 0 // GIT服务商接口 EXTDATA_TYPE_EXTDATA_TYPE_CRAWLER EXTDATA_TYPE = 1 //地图服务商接口 EXTDATA_TYPE_EXTDATA_TYPE_MAP EXTDATA_TYPE = 2 //地图服务商接口 )
func (EXTDATA_TYPE) Descriptor ¶
func (EXTDATA_TYPE) Descriptor() protoreflect.EnumDescriptor
func (EXTDATA_TYPE) Enum ¶
func (x EXTDATA_TYPE) Enum() *EXTDATA_TYPE
func (EXTDATA_TYPE) EnumDescriptor
deprecated
func (EXTDATA_TYPE) EnumDescriptor() ([]byte, []int)
Deprecated: Use EXTDATA_TYPE.Descriptor instead.
func (EXTDATA_TYPE) Number ¶
func (x EXTDATA_TYPE) Number() protoreflect.EnumNumber
func (EXTDATA_TYPE) String ¶
func (x EXTDATA_TYPE) String() string
func (EXTDATA_TYPE) Type ¶
func (EXTDATA_TYPE) Type() protoreflect.EnumType
type ExtDataInfo ¶
type ExtDataInfo struct { ExtDataId string `protobuf:"bytes,1,opt,name=extDataId,proto3" json:"extDataId,omitempty"` BasicInfo *BasicExtDataInfo `protobuf:"bytes,2,opt,name=basicInfo,proto3" json:"basicInfo,omitempty"` CreateUserId string `protobuf:"bytes,20,opt,name=createUserId,proto3" json:"createUserId,omitempty"` CreateDisplayName string `protobuf:"bytes,21,opt,name=createDisplayName,proto3" json:"createDisplayName,omitempty"` CreateLogoUri string `protobuf:"bytes,22,opt,name=createLogoUri,proto3" json:"createLogoUri,omitempty"` CreateTime int64 `protobuf:"varint,23,opt,name=createTime,proto3" json:"createTime,omitempty"` UpdateUserId string `protobuf:"bytes,30,opt,name=updateUserId,proto3" json:"updateUserId,omitempty"` UpdateDisplayName string `protobuf:"bytes,31,opt,name=updateDisplayName,proto3" json:"updateDisplayName,omitempty"` UpdateLogoUri string `protobuf:"bytes,32,opt,name=updateLogoUri,proto3" json:"updateLogoUri,omitempty"` UpdateTime int64 `protobuf:"varint,33,opt,name=updateTime,proto3" json:"updateTime,omitempty"` // contains filtered or unexported fields }
func (*ExtDataInfo) Descriptor
deprecated
func (*ExtDataInfo) Descriptor() ([]byte, []int)
Deprecated: Use ExtDataInfo.ProtoReflect.Descriptor instead.
func (*ExtDataInfo) GetBasicInfo ¶
func (x *ExtDataInfo) GetBasicInfo() *BasicExtDataInfo
func (*ExtDataInfo) GetCreateDisplayName ¶
func (x *ExtDataInfo) GetCreateDisplayName() string
func (*ExtDataInfo) GetCreateLogoUri ¶
func (x *ExtDataInfo) GetCreateLogoUri() string
func (*ExtDataInfo) GetCreateTime ¶
func (x *ExtDataInfo) GetCreateTime() int64
func (*ExtDataInfo) GetCreateUserId ¶
func (x *ExtDataInfo) GetCreateUserId() string
func (*ExtDataInfo) GetExtDataId ¶
func (x *ExtDataInfo) GetExtDataId() string
func (*ExtDataInfo) GetUpdateDisplayName ¶
func (x *ExtDataInfo) GetUpdateDisplayName() string
func (*ExtDataInfo) GetUpdateLogoUri ¶
func (x *ExtDataInfo) GetUpdateLogoUri() string
func (*ExtDataInfo) GetUpdateTime ¶
func (x *ExtDataInfo) GetUpdateTime() int64
func (*ExtDataInfo) GetUpdateUserId ¶
func (x *ExtDataInfo) GetUpdateUserId() string
func (*ExtDataInfo) ProtoMessage ¶
func (*ExtDataInfo) ProtoMessage()
func (*ExtDataInfo) ProtoReflect ¶
func (x *ExtDataInfo) ProtoReflect() protoreflect.Message
func (*ExtDataInfo) Reset ¶
func (x *ExtDataInfo) Reset()
func (*ExtDataInfo) String ¶
func (x *ExtDataInfo) String() string
type GIT_SERV_TYPE ¶
type GIT_SERV_TYPE int32
const ( GIT_SERV_TYPE_GIT_SERV_ATOMGIT GIT_SERV_TYPE = 0 GIT_SERV_TYPE_GIT_SERV_GITCODE GIT_SERV_TYPE = 1 GIT_SERV_TYPE_GIT_SERV_GITEE GIT_SERV_TYPE = 2 GIT_SERV_TYPE_GIT_SERV_GITLAB GIT_SERV_TYPE = 3 )
func (GIT_SERV_TYPE) Descriptor ¶
func (GIT_SERV_TYPE) Descriptor() protoreflect.EnumDescriptor
func (GIT_SERV_TYPE) Enum ¶
func (x GIT_SERV_TYPE) Enum() *GIT_SERV_TYPE
func (GIT_SERV_TYPE) EnumDescriptor
deprecated
func (GIT_SERV_TYPE) EnumDescriptor() ([]byte, []int)
Deprecated: Use GIT_SERV_TYPE.Descriptor instead.
func (GIT_SERV_TYPE) Number ¶
func (x GIT_SERV_TYPE) Number() protoreflect.EnumNumber
func (GIT_SERV_TYPE) String ¶
func (x GIT_SERV_TYPE) String() string
func (GIT_SERV_TYPE) Type ¶
func (GIT_SERV_TYPE) Type() protoreflect.EnumType
type GetRequest ¶
type GetRequest struct { SessionId string `protobuf:"bytes,1,opt,name=sessionId,proto3" json:"sessionId,omitempty"` // string teamId = 2; BoardId string `protobuf:"bytes,3,opt,name=boardId,proto3" json:"boardId,omitempty"` ExtDataId string `protobuf:"bytes,4,opt,name=extDataId,proto3" json:"extDataId,omitempty"` // contains filtered or unexported fields }
func (*GetRequest) Descriptor
deprecated
func (*GetRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetRequest.ProtoReflect.Descriptor instead.
func (*GetRequest) GetBoardId ¶
func (x *GetRequest) GetBoardId() string
func (*GetRequest) GetExtDataId ¶
func (x *GetRequest) GetExtDataId() string
func (*GetRequest) GetSessionId ¶
func (x *GetRequest) GetSessionId() string
func (*GetRequest) ProtoMessage ¶
func (*GetRequest) ProtoMessage()
func (*GetRequest) ProtoReflect ¶
func (x *GetRequest) ProtoReflect() protoreflect.Message
func (*GetRequest) Reset ¶
func (x *GetRequest) Reset()
func (*GetRequest) String ¶
func (x *GetRequest) String() string
type GetResponse ¶
type GetResponse struct { Code GetResponse_CODE `protobuf:"varint,1,opt,name=code,proto3,enum=board_extdata_api.GetResponse_CODE" json:"code,omitempty"` ErrMsg string `protobuf:"bytes,2,opt,name=errMsg,proto3" json:"errMsg,omitempty"` ExtData *ExtDataInfo `protobuf:"bytes,3,opt,name=extData,proto3" json:"extData,omitempty"` // contains filtered or unexported fields }
func (*GetResponse) Descriptor
deprecated
func (*GetResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetResponse.ProtoReflect.Descriptor instead.
func (*GetResponse) GetCode ¶
func (x *GetResponse) GetCode() GetResponse_CODE
func (*GetResponse) GetErrMsg ¶
func (x *GetResponse) GetErrMsg() string
func (*GetResponse) GetExtData ¶
func (x *GetResponse) GetExtData() *ExtDataInfo
func (*GetResponse) ProtoMessage ¶
func (*GetResponse) ProtoMessage()
func (*GetResponse) ProtoReflect ¶
func (x *GetResponse) ProtoReflect() protoreflect.Message
func (*GetResponse) Reset ¶
func (x *GetResponse) Reset()
func (*GetResponse) String ¶
func (x *GetResponse) String() string
type GetResponse_CODE ¶
type GetResponse_CODE int32
const ( GetResponse_CODE_OK GetResponse_CODE = 0 GetResponse_CODE_WRONG_SESSION GetResponse_CODE = 1 // CODE_NO_TEAM = 2; GetResponse_CODE_NO_PERMISSION GetResponse_CODE = 3 GetResponse_CODE_NO_BOARD GetResponse_CODE = 4 GetResponse_CODE_NO_EXT_DATA_SERV GetResponse_CODE = 5 )
func (GetResponse_CODE) Descriptor ¶
func (GetResponse_CODE) Descriptor() protoreflect.EnumDescriptor
func (GetResponse_CODE) Enum ¶
func (x GetResponse_CODE) Enum() *GetResponse_CODE
func (GetResponse_CODE) EnumDescriptor
deprecated
func (GetResponse_CODE) EnumDescriptor() ([]byte, []int)
Deprecated: Use GetResponse_CODE.Descriptor instead.
func (GetResponse_CODE) Number ¶
func (x GetResponse_CODE) Number() protoreflect.EnumNumber
func (GetResponse_CODE) String ¶
func (x GetResponse_CODE) String() string
func (GetResponse_CODE) Type ¶
func (GetResponse_CODE) Type() protoreflect.EnumType
type ListRequest ¶
type ListRequest struct { SessionId string `protobuf:"bytes,1,opt,name=sessionId,proto3" json:"sessionId,omitempty"` // string teamId = 2; BoardId string `protobuf:"bytes,3,opt,name=boardId,proto3" json:"boardId,omitempty"` // contains filtered or unexported fields }
func (*ListRequest) Descriptor
deprecated
func (*ListRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListRequest.ProtoReflect.Descriptor instead.
func (*ListRequest) GetBoardId ¶
func (x *ListRequest) GetBoardId() string
func (*ListRequest) GetSessionId ¶
func (x *ListRequest) GetSessionId() string
func (*ListRequest) ProtoMessage ¶
func (*ListRequest) ProtoMessage()
func (*ListRequest) ProtoReflect ¶
func (x *ListRequest) ProtoReflect() protoreflect.Message
func (*ListRequest) Reset ¶
func (x *ListRequest) Reset()
func (*ListRequest) String ¶
func (x *ListRequest) String() string
type ListResponse ¶
type ListResponse struct { Code ListResponse_CODE `protobuf:"varint,1,opt,name=code,proto3,enum=board_extdata_api.ListResponse_CODE" json:"code,omitempty"` ErrMsg string `protobuf:"bytes,2,opt,name=errMsg,proto3" json:"errMsg,omitempty"` ExtDataList []*ExtDataInfo `protobuf:"bytes,3,rep,name=extDataList,proto3" json:"extDataList,omitempty"` // contains filtered or unexported fields }
func (*ListResponse) Descriptor
deprecated
func (*ListResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListResponse.ProtoReflect.Descriptor instead.
func (*ListResponse) GetCode ¶
func (x *ListResponse) GetCode() ListResponse_CODE
func (*ListResponse) GetErrMsg ¶
func (x *ListResponse) GetErrMsg() string
func (*ListResponse) GetExtDataList ¶
func (x *ListResponse) GetExtDataList() []*ExtDataInfo
func (*ListResponse) ProtoMessage ¶
func (*ListResponse) ProtoMessage()
func (*ListResponse) ProtoReflect ¶
func (x *ListResponse) ProtoReflect() protoreflect.Message
func (*ListResponse) Reset ¶
func (x *ListResponse) Reset()
func (*ListResponse) String ¶
func (x *ListResponse) String() string
type ListResponse_CODE ¶
type ListResponse_CODE int32
const ( ListResponse_CODE_OK ListResponse_CODE = 0 ListResponse_CODE_WRONG_SESSION ListResponse_CODE = 1 // CODE_NO_TEAM = 2; ListResponse_CODE_NO_PERMISSION ListResponse_CODE = 3 ListResponse_CODE_NO_BOARD ListResponse_CODE = 4 )
func (ListResponse_CODE) Descriptor ¶
func (ListResponse_CODE) Descriptor() protoreflect.EnumDescriptor
func (ListResponse_CODE) Enum ¶
func (x ListResponse_CODE) Enum() *ListResponse_CODE
func (ListResponse_CODE) EnumDescriptor
deprecated
func (ListResponse_CODE) EnumDescriptor() ([]byte, []int)
Deprecated: Use ListResponse_CODE.Descriptor instead.
func (ListResponse_CODE) Number ¶
func (x ListResponse_CODE) Number() protoreflect.EnumNumber
func (ListResponse_CODE) String ¶
func (x ListResponse_CODE) String() string
func (ListResponse_CODE) Type ¶
func (ListResponse_CODE) Type() protoreflect.EnumType
type MAP_SERV_TYPE ¶
type MAP_SERV_TYPE int32
const (
MAP_SERV_TYPE_MAP_SERV_AMAP MAP_SERV_TYPE = 0 //高德地图
)
func (MAP_SERV_TYPE) Descriptor ¶
func (MAP_SERV_TYPE) Descriptor() protoreflect.EnumDescriptor
func (MAP_SERV_TYPE) Enum ¶
func (x MAP_SERV_TYPE) Enum() *MAP_SERV_TYPE
func (MAP_SERV_TYPE) EnumDescriptor
deprecated
func (MAP_SERV_TYPE) EnumDescriptor() ([]byte, []int)
Deprecated: Use MAP_SERV_TYPE.Descriptor instead.
func (MAP_SERV_TYPE) Number ¶
func (x MAP_SERV_TYPE) Number() protoreflect.EnumNumber
func (MAP_SERV_TYPE) String ¶
func (x MAP_SERV_TYPE) String() string
func (MAP_SERV_TYPE) Type ¶
func (MAP_SERV_TYPE) Type() protoreflect.EnumType
type RemoveRequest ¶
type RemoveRequest struct { SessionId string `protobuf:"bytes,1,opt,name=sessionId,proto3" json:"sessionId,omitempty"` // string teamId = 2; BoardId string `protobuf:"bytes,3,opt,name=boardId,proto3" json:"boardId,omitempty"` ExtDataId string `protobuf:"bytes,4,opt,name=extDataId,proto3" json:"extDataId,omitempty"` // contains filtered or unexported fields }
func (*RemoveRequest) Descriptor
deprecated
func (*RemoveRequest) Descriptor() ([]byte, []int)
Deprecated: Use RemoveRequest.ProtoReflect.Descriptor instead.
func (*RemoveRequest) GetBoardId ¶
func (x *RemoveRequest) GetBoardId() string
func (*RemoveRequest) GetExtDataId ¶
func (x *RemoveRequest) GetExtDataId() string
func (*RemoveRequest) GetSessionId ¶
func (x *RemoveRequest) GetSessionId() string
func (*RemoveRequest) ProtoMessage ¶
func (*RemoveRequest) ProtoMessage()
func (*RemoveRequest) ProtoReflect ¶
func (x *RemoveRequest) ProtoReflect() protoreflect.Message
func (*RemoveRequest) Reset ¶
func (x *RemoveRequest) Reset()
func (*RemoveRequest) String ¶
func (x *RemoveRequest) String() string
type RemoveResponse ¶
type RemoveResponse struct { Code RemoveResponse_CODE `protobuf:"varint,1,opt,name=code,proto3,enum=board_extdata_api.RemoveResponse_CODE" json:"code,omitempty"` ErrMsg string `protobuf:"bytes,2,opt,name=errMsg,proto3" json:"errMsg,omitempty"` // contains filtered or unexported fields }
func (*RemoveResponse) Descriptor
deprecated
func (*RemoveResponse) Descriptor() ([]byte, []int)
Deprecated: Use RemoveResponse.ProtoReflect.Descriptor instead.
func (*RemoveResponse) GetCode ¶
func (x *RemoveResponse) GetCode() RemoveResponse_CODE
func (*RemoveResponse) GetErrMsg ¶
func (x *RemoveResponse) GetErrMsg() string
func (*RemoveResponse) ProtoMessage ¶
func (*RemoveResponse) ProtoMessage()
func (*RemoveResponse) ProtoReflect ¶
func (x *RemoveResponse) ProtoReflect() protoreflect.Message
func (*RemoveResponse) Reset ¶
func (x *RemoveResponse) Reset()
func (*RemoveResponse) String ¶
func (x *RemoveResponse) String() string
type RemoveResponse_CODE ¶
type RemoveResponse_CODE int32
const ( RemoveResponse_CODE_OK RemoveResponse_CODE = 0 RemoveResponse_CODE_WRONG_SESSION RemoveResponse_CODE = 1 // CODE_NO_TEAM = 2; RemoveResponse_CODE_NO_PERMISSION RemoveResponse_CODE = 3 RemoveResponse_CODE_NO_BOARD RemoveResponse_CODE = 4 )
func (RemoveResponse_CODE) Descriptor ¶
func (RemoveResponse_CODE) Descriptor() protoreflect.EnumDescriptor
func (RemoveResponse_CODE) Enum ¶
func (x RemoveResponse_CODE) Enum() *RemoveResponse_CODE
func (RemoveResponse_CODE) EnumDescriptor
deprecated
func (RemoveResponse_CODE) EnumDescriptor() ([]byte, []int)
Deprecated: Use RemoveResponse_CODE.Descriptor instead.
func (RemoveResponse_CODE) Number ¶
func (x RemoveResponse_CODE) Number() protoreflect.EnumNumber
func (RemoveResponse_CODE) String ¶
func (x RemoveResponse_CODE) String() string
func (RemoveResponse_CODE) Type ¶
func (RemoveResponse_CODE) Type() protoreflect.EnumType
type UnimplementedBoardExtDataApiServer ¶
type UnimplementedBoardExtDataApiServer struct { }
UnimplementedBoardExtDataApiServer must be embedded to have forward compatible implementations.
func (UnimplementedBoardExtDataApiServer) Add ¶
func (UnimplementedBoardExtDataApiServer) Add(context.Context, *AddRequest) (*AddResponse, error)
func (UnimplementedBoardExtDataApiServer) Get ¶
func (UnimplementedBoardExtDataApiServer) Get(context.Context, *GetRequest) (*GetResponse, error)
func (UnimplementedBoardExtDataApiServer) List ¶
func (UnimplementedBoardExtDataApiServer) List(context.Context, *ListRequest) (*ListResponse, error)
func (UnimplementedBoardExtDataApiServer) Remove ¶
func (UnimplementedBoardExtDataApiServer) Remove(context.Context, *RemoveRequest) (*RemoveResponse, error)
func (UnimplementedBoardExtDataApiServer) Update ¶
func (UnimplementedBoardExtDataApiServer) Update(context.Context, *UpdateRequest) (*UpdateResponse, error)
type UnsafeBoardExtDataApiServer ¶
type UnsafeBoardExtDataApiServer interface {
// contains filtered or unexported methods
}
UnsafeBoardExtDataApiServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to BoardExtDataApiServer will result in compilation errors.
type UpdateRequest ¶
type UpdateRequest struct { SessionId string `protobuf:"bytes,1,opt,name=sessionId,proto3" json:"sessionId,omitempty"` // string teamId = 2; BoardId string `protobuf:"bytes,3,opt,name=boardId,proto3" json:"boardId,omitempty"` ExtDataId string `protobuf:"bytes,4,opt,name=extDataId,proto3" json:"extDataId,omitempty"` BasicInfo *BasicExtDataInfo `protobuf:"bytes,5,opt,name=basicInfo,proto3" json:"basicInfo,omitempty"` // contains filtered or unexported fields }
func (*UpdateRequest) Descriptor
deprecated
func (*UpdateRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateRequest.ProtoReflect.Descriptor instead.
func (*UpdateRequest) GetBasicInfo ¶
func (x *UpdateRequest) GetBasicInfo() *BasicExtDataInfo
func (*UpdateRequest) GetBoardId ¶
func (x *UpdateRequest) GetBoardId() string
func (*UpdateRequest) GetExtDataId ¶
func (x *UpdateRequest) GetExtDataId() string
func (*UpdateRequest) GetSessionId ¶
func (x *UpdateRequest) GetSessionId() string
func (*UpdateRequest) ProtoMessage ¶
func (*UpdateRequest) ProtoMessage()
func (*UpdateRequest) ProtoReflect ¶
func (x *UpdateRequest) ProtoReflect() protoreflect.Message
func (*UpdateRequest) Reset ¶
func (x *UpdateRequest) Reset()
func (*UpdateRequest) String ¶
func (x *UpdateRequest) String() string
type UpdateResponse ¶
type UpdateResponse struct { Code UpdateResponse_CODE `protobuf:"varint,1,opt,name=code,proto3,enum=board_extdata_api.UpdateResponse_CODE" json:"code,omitempty"` ErrMsg string `protobuf:"bytes,2,opt,name=errMsg,proto3" json:"errMsg,omitempty"` // contains filtered or unexported fields }
func (*UpdateResponse) Descriptor
deprecated
func (*UpdateResponse) Descriptor() ([]byte, []int)
Deprecated: Use UpdateResponse.ProtoReflect.Descriptor instead.
func (*UpdateResponse) GetCode ¶
func (x *UpdateResponse) GetCode() UpdateResponse_CODE
func (*UpdateResponse) GetErrMsg ¶
func (x *UpdateResponse) GetErrMsg() string
func (*UpdateResponse) ProtoMessage ¶
func (*UpdateResponse) ProtoMessage()
func (*UpdateResponse) ProtoReflect ¶
func (x *UpdateResponse) ProtoReflect() protoreflect.Message
func (*UpdateResponse) Reset ¶
func (x *UpdateResponse) Reset()
func (*UpdateResponse) String ¶
func (x *UpdateResponse) String() string
type UpdateResponse_CODE ¶
type UpdateResponse_CODE int32
const ( UpdateResponse_CODE_OK UpdateResponse_CODE = 0 UpdateResponse_CODE_WRONG_SESSION UpdateResponse_CODE = 1 // CODE_NO_TEAM = 2; UpdateResponse_CODE_NO_PERMISSION UpdateResponse_CODE = 3 UpdateResponse_CODE_NO_BOARD UpdateResponse_CODE = 4 UpdateResponse_CODE_NO_EXT_DATA_SERV UpdateResponse_CODE = 5 )
func (UpdateResponse_CODE) Descriptor ¶
func (UpdateResponse_CODE) Descriptor() protoreflect.EnumDescriptor
func (UpdateResponse_CODE) Enum ¶
func (x UpdateResponse_CODE) Enum() *UpdateResponse_CODE
func (UpdateResponse_CODE) EnumDescriptor
deprecated
func (UpdateResponse_CODE) EnumDescriptor() ([]byte, []int)
Deprecated: Use UpdateResponse_CODE.Descriptor instead.
func (UpdateResponse_CODE) Number ¶
func (x UpdateResponse_CODE) Number() protoreflect.EnumNumber
func (UpdateResponse_CODE) String ¶
func (x UpdateResponse_CODE) String() string
func (UpdateResponse_CODE) Type ¶
func (UpdateResponse_CODE) Type() protoreflect.EnumType
Source Files
¶
- board_extdata_api.pb.go
- board_extdata_api_grpc.pb.go