Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Options ¶
type Options struct {
// What port to serve GraphQL on
Port uint64
// ConfigPath describes the location of the config.json file, can also be an URL
ConfigPath string
// SlackToken is the Slack token to produce invites
SlackToken string
// SlackURL is the URL to the Slack community
SlackURL string
// SlackName is the name of the Slack community
SlackName string
}
Click to show internal directories.
Click to hide internal directories.