Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
Addr string `envconfig:"addr" default:":8080"`
FeedBaseURL string `envconfig:"feed_base_url" default:"http://blog.sourced.tech/json/"`
PositionsBaseURL string `envconfig:"positions_base_url" default:"https://api.lever.co/v0/postings/sourced?mode=json"`
SlackChannel string `envconfig:"slack_channel" default:""`
SlackinURL string `envconfig:"slackin_url" default:"http://slackin:3000/invite"`
}
Click to show internal directories.
Click to hide internal directories.