Discover Packages
github.com/DanukaPraneeth/cole
teams
package
Version:
v0.0.0-...-5a50bec
Opens a new window with list of versions in this module.
Published: Jan 7, 2021
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 2
Opens a new window with list of known importers.
Documentation
Documentation
¶
type Fact struct {
Name string `json:"name"`
Value string `json:"value"`
}
type Section struct {
ActivityTitle string `json:"activityTitle"`
Facts []Fact `json:"facts"`
}
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"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.