Versions in this module Expand all Collapse all v0 v0.0.20 Jul 8, 2024 Changes in this version + const Appapi_Get_FullMethodName + var Appapi_ServiceDesc = grpc.ServiceDesc + var File_appapi_appapi_proto protoreflect.FileDescriptor + func RegisterAppapiHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error + func RegisterAppapiHandlerClient(ctx context.Context, mux *runtime.ServeMux, client AppapiClient) error + func RegisterAppapiHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, ...) (err error) + func RegisterAppapiHandlerServer(ctx context.Context, mux *runtime.ServeMux, server AppapiServer) error + func RegisterAppapiServer(s grpc.ServiceRegistrar, srv AppapiServer) + type AppapiClient interface + Get func(ctx context.Context, in *GetRequest, opts ...grpc.CallOption) (*GetReply, error) + func NewAppapiClient(cc grpc.ClientConnInterface) AppapiClient + type AppapiMeta struct + Application *application.ApplicationMete + Service *service.ServiceMeta + Svcapis []*svcapi.SvcapiMeta + func (*AppapiMeta) Descriptor() ([]byte, []int) + func (*AppapiMeta) ProtoMessage() + func (x *AppapiMeta) GetApplication() *application.ApplicationMete + func (x *AppapiMeta) GetService() *service.ServiceMeta + func (x *AppapiMeta) GetSvcapis() []*svcapi.SvcapiMeta + func (x *AppapiMeta) ProtoReflect() protoreflect.Message + func (x *AppapiMeta) Reset() + func (x *AppapiMeta) String() string + type AppapiServer interface + Get func(context.Context, *GetRequest) (*GetReply, error) + type GetReply struct + Appapis []*AppapiMeta + Code int32 + Count int32 + Limit int32 + Message string + Page int32 + Total int32 + func (*GetReply) Descriptor() ([]byte, []int) + func (*GetReply) ProtoMessage() + func (x *GetReply) GetAppapis() []*AppapiMeta + func (x *GetReply) GetCode() int32 + func (x *GetReply) GetCount() int32 + func (x *GetReply) GetLimit() int32 + func (x *GetReply) GetMessage() string + func (x *GetReply) GetPage() int32 + func (x *GetReply) GetTotal() int32 + func (x *GetReply) ProtoReflect() protoreflect.Message + func (x *GetReply) Reset() + func (x *GetReply) String() string + type GetRequest struct + Appid int32 + Appname string + Appsvcid int32 + Limit int32 + Page int32 + Svcid int32 + Svcname string + func (*GetRequest) Descriptor() ([]byte, []int) + func (*GetRequest) ProtoMessage() + func (x *GetRequest) GetAppid() int32 + func (x *GetRequest) GetAppname() string + func (x *GetRequest) GetAppsvcid() int32 + func (x *GetRequest) GetLimit() int32 + func (x *GetRequest) GetPage() int32 + func (x *GetRequest) GetSvcid() int32 + func (x *GetRequest) GetSvcname() string + func (x *GetRequest) ProtoReflect() protoreflect.Message + func (x *GetRequest) Reset() + func (x *GetRequest) String() string + type UnimplementedAppapiServer struct + func (UnimplementedAppapiServer) Get(context.Context, *GetRequest) (*GetReply, error) + type UnsafeAppapiServer interface v0.0.19 Jul 8, 2024