Versions in this module Expand all Collapse all v1 v1.0.0 May 21, 2021 Changes in this version + var File_client_model_proto protoreflect.FileDescriptor + var File_client_service_proto protoreflect.FileDescriptor + func RegisterClientServiceServer(s *grpc.Server, srv ClientServiceServer) + type Client struct + AppId string + Namespace string + func (*Client) Descriptor() ([]byte, []int) + func (*Client) ProtoMessage() + func (x *Client) GetAppId() string + func (x *Client) GetNamespace() string + func (x *Client) ProtoReflect() protoreflect.Message + func (x *Client) Reset() + func (x *Client) String() string + type ClientServiceClient interface + Config func(ctx context.Context, in *Client, opts ...grpc.CallOption) (*common.Response, error) + Listener func(ctx context.Context, in *Client, opts ...grpc.CallOption) (*common.Response, error) + Ping func(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*emptypb.Empty, error) + QueryApp func(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*common.Response, error) + func NewClientServiceClient(cc grpc.ClientConnInterface) ClientServiceClient + type ClientServiceServer interface + Config func(context.Context, *Client) (*common.Response, error) + Listener func(context.Context, *Client) (*common.Response, error) + Ping func(context.Context, *emptypb.Empty) (*emptypb.Empty, error) + QueryApp func(context.Context, *emptypb.Empty) (*common.Response, error) + type FlyingConfig struct + AppId string + NamespaceName string + ReleaseKey string + Value string + func (*FlyingConfig) Descriptor() ([]byte, []int) + func (*FlyingConfig) ProtoMessage() + func (x *FlyingConfig) GetAppId() string + func (x *FlyingConfig) GetNamespaceName() string + func (x *FlyingConfig) GetReleaseKey() string + func (x *FlyingConfig) GetValue() string + func (x *FlyingConfig) ProtoReflect() protoreflect.Message + func (x *FlyingConfig) Reset() + func (x *FlyingConfig) String() string + type UnimplementedClientServiceServer struct + func (*UnimplementedClientServiceServer) Config(context.Context, *Client) (*common.Response, error) + func (*UnimplementedClientServiceServer) Listener(context.Context, *Client) (*common.Response, error) + func (*UnimplementedClientServiceServer) Ping(context.Context, *emptypb.Empty) (*emptypb.Empty, error) + func (*UnimplementedClientServiceServer) QueryApp(context.Context, *emptypb.Empty) (*common.Response, error)