Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TokenAuther ¶
type TokenAuther struct {
AuthToken string
}
TokenAuther implements Auther with tokens!
func NewTokenAuther ¶
func NewTokenAuther(authToken string) *TokenAuther
NewTokenAuther makes a new *TokenAuther wow!
type TravisAuther ¶
type TravisAuther struct { TravisAPI string PrivateKey *rsa.PrivateKey RequireRSA bool }
TravisAuther implements travis-specific authorization checks
func NewTravisAuther ¶
func NewTravisAuther(travisAPI string, privateKey *rsa.PrivateKey, requireRSA bool) *TravisAuther
NewTravisAuther creates a new *TravisAuther wowsa
Click to show internal directories.
Click to hide internal directories.