Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Info ¶
type Info struct { // Port is the local port on which the application will run Port string // FQDN (for Fully-Qualified Domain Name) is the internet facing host address // where application will live (e.g. https://example.com) FQDN string // ClientID comes from your configured GitHub app ClientID string // ClientSecret comes from your configured GitHub app ClientSecret string }
Click to show internal directories.
Click to hide internal directories.