Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GRPCClient ¶
type GRPCClient struct {
// contains filtered or unexported fields
}
func NewClient ¶
func NewClient(masterAddr string) *GRPCClient
func (*GRPCClient) Close ¶
func (c *GRPCClient) Close()
func (*GRPCClient) ListenForPlayback ¶
func (c *GRPCClient) ListenForPlayback(nodeID string)
func (*GRPCClient) RegisterNode ¶
func (c *GRPCClient) RegisterNode() string
func (*GRPCClient) SyncLibrary ¶
func (c *GRPCClient) SyncLibrary(nodeID string, files []*pb.FileMetadata) (*pb.SyncLibraryResponse, error)
Click to show internal directories.
Click to hide internal directories.