Documentation ¶
Index ¶
- Constants
- func AtomicModify(key string, modify func(initialValue []byte) ([]byte, error)) error
- func CircleCIAuthTokenKey(userID string) string
- func DeleteVCS(alias string) error
- func GetCircleCIToken(userID string) (string, error)
- func GetVCS(alias string) (*serializer.VCS, error)
- func GetVCSList() ([]*serializer.VCS, error)
- func SaveAuthToken(userID, authToken string) error
- func SaveVCS(vcs *serializer.VCS) error
Constants ¶
View Source
const (
SubscriptionsKey = "circleci_subscriptions"
)
Variables ¶
This section is empty.
Functions ¶
func AtomicModify ¶
func CircleCIAuthTokenKey ¶
func GetCircleCIToken ¶
func GetVCSList ¶
func GetVCSList() ([]*serializer.VCS, error)
func SaveAuthToken ¶
func SaveVCS ¶
func SaveVCS(vcs *serializer.VCS) error
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.