Documentation ¶
Index ¶
- type Client
- func (c *Client) Close() error
- func (c *Client) MappingRegister(ctx context.Context, req *mesh_proto.MappingRegisterRequest) error
- func (c *Client) MetadataRegister(ctx context.Context, req *mesh_proto.MetaDataRegisterRequest) error
- func (c *Client) StartMappingStream() (*mappingStream, error)
- func (c *Client) StartMetadataSteam() (*metadataStream, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) MappingRegister ¶
func (c *Client) MappingRegister(ctx context.Context, req *mesh_proto.MappingRegisterRequest) error
func (*Client) MetadataRegister ¶
func (c *Client) MetadataRegister(ctx context.Context, req *mesh_proto.MetaDataRegisterRequest) error
func (*Client) StartMappingStream ¶
func (*Client) StartMetadataSteam ¶
Click to show internal directories.
Click to hide internal directories.