package
Version:
v14.19.0
Opens a new window with list of versions in this module.
Published: May 5, 2023
License: MIT
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Request struct {
Operation string `json:"operation"`
Repo string `json:"project"`
KeyId string `json:"key_id,omitempty"`
UserId string `json:"user_id,omitempty"`
}
type Response struct {
Username string `json:"username"`
LfsToken string `json:"lfs_token"`
RepoPath string `json:"repository_http_path"`
ExpiresIn int `json:"expires_in"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.