Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Details ¶
type Details struct { ID string `json:"id"` DisplayName string `json:"display_name"` URI string `json:"uri"` Trusted bool `json:"trusted"` }
Details hold detail information about clients identified by ID.
type Registry ¶
type Registry struct {
// contains filtered or unexported fields
}
Registry implements the registry for registered clients.
func NewRegistry ¶
NewRegistry created a new client Registry with the provided parameters.
Click to show internal directories.
Click to hide internal directories.