model

package
v0.0.0-...-f5a2370 Latest Latest
Warning

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

Go to latest
Published: Jun 16, 2019 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Board

type Board struct {
	Page   int      `json:"page"`
	Fruits []string `json:"fruits"`
}

Board struct

type Card

type Card struct {
	ID        string   `json:"id"`
	Closed    bool     `json:"closed"`
	Desc      string   `json:"desc"`
	IDBoard   string   `json:"idBoard"`
	IDLabels  []string `json:"idLabels"`
	IDList    string   `json:"idList"`
	IDMembers []string `json:"idMembers"`
	Name      string   `json:"name"`
	ShortURL  string   `json:"shortUrl"`
}

Card struct

func (*Card) ToString

func (c *Card) ToString() string

ToString spits out the format we need...

type Label

type Label struct {
	ID      string `json:"id"`
	IDBoard string `json:"idBoard"`
	Name    string `json:"name"`
	Color   string `json:"color"`
}

Label struct

func (*Label) ToString

func (l *Label) ToString() string

ToString spits out the format we need...

type List

type List struct {
	ID      string `json:"id"`
	Name    string `json:"name"`
	Closed  bool   `json:"closed"`
	IDBoard string `json:"idBoard"`
}

List struct

func (*List) ToString

func (l *List) ToString() string

ToString spits out the format we need...

type Member

type Member struct {
	ID       string `json:"id"`
	FullName string `json:"fullName"`
	Username string `json:"username"`
}

Member struct

func (*Member) ToString

func (m *Member) ToString() string

ToString spits out the format we need...

Jump to

Keyboard shortcuts

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