teams

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: May 9, 2018 License: MIT Imports: 0 Imported by: 4

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Team

type Team interface {
	Timezones() []Timezone
	Fetch() ([]byte, error)
	Refresh() error
}

type Timezone

type Timezone interface {
	Code() string
	Label() string
	Offset() int
	Users() []User
}

type User

type User interface {
	ID() string
	DisplayName() string
	UserName() string
	Image() string
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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