Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateChannel ¶
type CreateChannel struct {
Name string `json:"name"`
PurchaseOnFox *bool `json:"purchaseOnFox"`
CatalogID *int64 `json:"catalogId"`
}
CreateChannel is the structure of payload needed to create a channel.
func (CreateChannel) PhoenixModel ¶
func (c CreateChannel) PhoenixModel() *phoenix.Channel
PhoenixModel returns the phoenix model for this payload.
func (CreateChannel) Validate ¶
func (c CreateChannel) Validate() failures.Failure
Validate ensures that the has the correct format.
Click to show internal directories.
Click to hide internal directories.