Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FrontendClient ¶
type FrontendClient struct {
Auth *authv1.AuthFrontendClient
Autoseed *autoseedv1.AutoseedFrontendClient
Bootstrap *networkv1bootstrap.BootstrapFrontendClient
Chat *chatv1.ChatFrontendClient
ChatServer *chatv1.ChatServerFrontendClient
Debug *debugv1.DebugClient
Directory *networkv1directory.DirectoryFrontendClient
Network *networkv1.NetworkFrontendClient
Notification *notificationv1.NotificationFrontendClient
Profile *profilev1.ProfileFrontendClient
Replication *replicationv1.ReplicationFrontendClient
VideoCapture *videov1.CaptureClient
VideoChannel *videov1.VideoChannelFrontendClient
VideoEgress *videov1.EgressClient
VideoIngress *videov1.VideoIngressClient
HLSEgress *videov1.HLSEgressClient
VNIC *vnicv1.VNICFrontendClient
// contains filtered or unexported fields
}
func NewFrontendClient ¶
func NewFrontendClient(c *rpc.Client) *FrontendClient
func (*FrontendClient) Close ¶
func (c *FrontendClient) Close()
Click to show internal directories.
Click to hide internal directories.