Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthClient ¶
type AuthClient struct {
// contains filtered or unexported fields
}
func (*AuthClient) Authenticate ¶
func (auth *AuthClient) Authenticate(_ *websocket.Conn) error
func (*AuthClient) GetName ¶
func (auth *AuthClient) GetName() string
func (*AuthClient) GetPubHash ¶
func (auth *AuthClient) GetPubHash() (string, error)
func (*AuthClient) GetToken ¶
func (auth *AuthClient) GetToken() (string, error)
func (*AuthClient) Init ¶
func (auth *AuthClient) Init(reg elementalv1.Registration) error
type AuthServer ¶
func (*AuthServer) Authenticate ¶
func (a *AuthServer) Authenticate(_ *websocket.Conn, req *http.Request, regNamespace string) (*elementalv1.MachineInventory, bool, error)
Click to show internal directories.
Click to hide internal directories.