Documentation ¶
Index ¶
Constants ¶
View Source
const ( // DefaultURL defines the standard remote URL. DefaultURL = "https://github.com" // DefaultAPI defines the standard API URL DefaultAPI = "https://api.github.com/" // DefaultScope defines the standard scope for the remote. DefaultScope = "user:email,read:org,public_repo" )
Variables ¶
This section is empty.
Functions ¶
func Remote ¶
func Remote() gin.HandlerFunc
Remote is a simple middleware which configures the remote authentication.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.