payloads

package
v0.0.0-...-1aaf8f9 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 24, 2018 License: MIT Imports: 3 Imported by: 1

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.

type Payload

type Payload interface {
	Validate() failures.Failure
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL