Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Provider ¶
type Provider struct { Address string `json:"address"` Name string `json:"name"` Identity string `json:"identity"` Website string `json:"website"` Description string `json:"description"` }
func NewProviderFromRaw ¶
func NewProviderFromRaw(item *providertypes.Provider) Provider
type Providers ¶
type Providers []Provider
func NewProvidersFromRaw ¶
func NewProvidersFromRaw(items providertypes.Providers) Providers
Click to show internal directories.
Click to hide internal directories.