Documentation
¶
Index ¶
- Variables
- func NewBifrostClientEndpoints(conn *grpc.ClientConn) *bifrostClientEndpoints
- type Client
- func (ue Client) GetConfig(ctx context.Context, token, srvName string) (data []byte, err error)
- func (ue Client) Status(ctx context.Context, token string) (data []byte, err error)
- func (ue Client) UpdateConfig(ctx context.Context, token, svrName string, reqData []byte, params ...string) (data []byte, err error)
- func (ue Client) ViewConfig(ctx context.Context, token, svrName string) (data []byte, err error)
- func (ue Client) ViewStatistics(ctx context.Context, token, svrName string) (data []byte, err error)
- func (ue Client) WatchLog(ctx context.Context, token, svrName, logName string) (logWatcher WatchClient, err error)
- type WatchClient
Constants ¶
This section is empty.
Variables ¶
Functions ¶
func NewBifrostClientEndpoints ¶
func NewBifrostClientEndpoints(conn *grpc.ClientConn) *bifrostClientEndpoints
Types ¶
type Client ¶
type Client struct {
*grpc.ClientConn
// contains filtered or unexported fields
}
func NewClientFromConsul ¶
func (Client) UpdateConfig ¶
func (Client) ViewConfig ¶
func (Client) ViewStatistics ¶
type WatchClient ¶
Click to show internal directories.
Click to hide internal directories.