Documentation ¶
Overview ¶
Copyright © 2020 The Platform9 Systems Inc.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Resmgr ¶
type ResmgrImpl ¶
type ResmgrImpl struct {
// contains filtered or unexported fields
}
func (*ResmgrImpl) AuthorizeHost ¶
func (c *ResmgrImpl) AuthorizeHost(hostID string, token string, version string) error
AuthorizeHost registers the host with hostID to the resmgr.
func (*ResmgrImpl) GetHostId ¶
func (c *ResmgrImpl) GetHostId(token string, hostIPs []string) []string
func (*ResmgrImpl) HostStatus ¶
func (c *ResmgrImpl) HostStatus(token string, hostID string) bool
Click to show internal directories.
Click to hide internal directories.