responses

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: 2 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Channel

type Channel struct {
	ID            int       `json:"id"`
	Name          string    `json:"name"`
	PurchaseOnFox bool      `json:"purchaseOnFox"`
	CreatedAt     time.Time `json:"createdAt"`
	UpdatedAt     time.Time `json:"updatedAt"`
}

func NewChannel

func NewChannel(phxChannel *phoenix.Channel) *Channel

type Response

type Response struct {
	StatusCode int
	Body       interface{}
}

Response is a generic HTTP response type.

func NewResponse

func NewResponse(statusCode int, body interface{}) *Response

NewResponse creates a new response object.

Jump to

Keyboard shortcuts

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