package
Version:
v0.37.0
Opens a new window with list of versions in this module.
Published: Oct 8, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type RepositoryUrl struct {
URL string `json:"url" validate:"required"`
}
type SetGitProviderConfig struct {
Id string `json:"id" validate:"required"`
Username *string `json:"username" validate:"optional"`
Token string `json:"token" validate:"required"`
BaseApiUrl *string `json:"baseApiUrl,omitempty" validate:"optional"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.