Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Authentication ¶
type Authentication struct {
Method string `json:"method"`
}
type InfoResponse ¶
type InfoResponse struct {
Authentication Authentication `json:"authentication"`
Modules []modules.Module `json:"modules"`
}
func NewInfoResponse ¶
func NewInfoResponse(authenticationMethod string, modules []modules.Module) InfoResponse
Click to show internal directories.
Click to hide internal directories.