responses

package
v0.0.0-...-3f44578 Latest Latest
Warning

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

Go to latest
Published: Mar 24, 2022 License: BSD-2-Clause Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Activities

type Activities struct {
	// contains filtered or unexported fields
}

func (Activities) Activities

func (a Activities) Activities() []domain.Activity

func (*Activities) Parse

func (a *Activities) Parse(body []byte) error

type ActivityStructure

type ActivityStructure struct {
	Message string
}

func (ActivityStructure) Activity

func (s ActivityStructure) Activity() domain.Activity

type Me

type Me struct {
	// contains filtered or unexported fields
}

func (*Me) Parse

func (m *Me) Parse(body []byte) error

func (Me) User

func (r Me) User() domain.User

type MeStructure

type MeStructure struct {
	APIToken string `json:"api_token"`
	Username string
	Name     string
	Email    string
	Initials string
	Timezone struct {
		OlsonName string `json:"olson_name"`
	} `json:"time_zone"`
}

type ProjectStructure

type ProjectStructure struct {
	ID               int
	Name             string
	Description      string
	CurrentIteration int `json:"current_iteration_number"`
}

func (ProjectStructure) Project

func (s ProjectStructure) Project() domain.Project

type Projects

type Projects struct {
	// contains filtered or unexported fields
}

func (*Projects) Parse

func (p *Projects) Parse(body []byte) error

func (Projects) Projects

func (r Projects) Projects() []domain.Project

Jump to

Keyboard shortcuts

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