Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Opts ¶
type Opts struct { URL string // Bitbucket server url for API access. Username string // Git machine account username. Password string // Git machine account password. ClientID string // OAuth 2.0 client id ClientSecret string // OAuth 2.0 client secret OAuthHost string // OAuth 2.0 host }
Opts defines configuration options.
Click to show internal directories.
Click to hide internal directories.