Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller struct {
// contains filtered or unexported fields
}
type ServiceJSON ¶
type ServiceJSON struct {
Name string `json:"name"`
Namespace string `json:"namespace"`
Type string `json:"type"`
Model string `json:"model,omitempty"`
Endpoint string `json:"endpoint"`
Price string `json:"price"`
PriceRaw string `json:"priceRaw,omitempty"`
PayTo string `json:"payTo"`
Network string `json:"network"`
Description string `json:"description"`
IsDemo bool `json:"isDemo"`
}
ServiceJSON is the JSON representation of a ServiceOffer for the public storefront.
Click to show internal directories.
Click to hide internal directories.