teams

package
v0.0.0-...-5a50bec Latest Latest
Warning

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

Go to latest
Published: Jan 7, 2021 License: Apache-2.0 Imports: 0 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Fact

type Fact struct {
	Name  string `json:"name"`
	Value string `json:"value"`
}

type Section

type Section struct {
	ActivityTitle string `json:"activityTitle"`
	Facts         []Fact `json:"facts"`
}

type TeamPayload

type TeamPayload struct {
	Summary  string    `json:"summary"`
	Title    string    `json:"title,omitempty"`
	Text     string    `json:"text"`
	Color    string    `json:"themeColor,omitempty"`
	Sections []Section `json:"sections"`
}

Jump to

Keyboard shortcuts

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