Documentation
¶
Index ¶
Constants ¶
View Source
const (
// ContextVersion is a fixed value.
ContextVersion = "1.0.0"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Slack ¶
type Slack struct {
ContextVersion string `json:"ctxver"`
AppUri string `json:"meeting_api"`
SlackID string `json:"meeting_id"`
SlackPWD string `json:"meeting_pwd"`
}
slack encapsulates the model that is required to construct a slack.
func (Slack) BrowserURL ¶
BrowserURL returns a URL that can be used to open a slack in a browser.
func (Slack) Classification ¶
func (Slack) MeetingURL ¶
MeetingURL returns the same value as the BrowserURL
Click to show internal directories.
Click to hide internal directories.