Documentation ¶
Index ¶
- Variables
- func AskUser(msg string) bool
- func BuildContext() string
- func ContainsInt(slice []int, item int) bool
- func ContainsString(slice []string, item string) bool
- func InsertString(slice []string, item string) []string
- func NewAccessLevelValue(p **gitlab.AccessLevelValue) *accessLevelValue
- func NewAssigneeIDPtrValue(p **gitlab.AssigneeIDValue) *assigneeIDPtrValue
- func NewBoolPtrValue(p **bool) *boolPtrValue
- func NewEnumPtrValue(p **string, options ...string) *enumPtrValue
- func NewEnumValue(p *string, options ...string) *enumValue
- func NewIntPtrValue(p **int) *intPtrValue
- func NewLabelsPtrValue(p **gitlab.LabelOptions) *labelsPtrValue
- func NewReviewerIDPtrValue(p **gitlab.ReviewerIDValue) *reviewerIDPtrValue
- func NewStringPtrValue(p **string) *stringPtrValue
- func NewTimePtrValue(p **time.Time) *timePtrValue
- func NewVisibilityPtrValue(p **gitlab.VisibilityValue) *visibilityPtrValue
- func PrintVersion(program string) string
- func VersionInfo() string
- func VersionString() string
- type Dict
- type Item
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Version string = "1.0.0" Revision string Branch string BuildUser string BuildDate string GoVersion = runtime.Version() )
Build information. Populated at build-time.
Functions ¶
func BuildContext ¶
func BuildContext() string
BuildContext returns goVersion, buildUser and buildDate information.
func ContainsInt ¶ added in v1.0.2
The slice must be sorted in ascending order
func ContainsString ¶ added in v1.0.2
The slice must be sorted in ascending order
func InsertString ¶ added in v1.0.11
func NewAccessLevelValue ¶ added in v1.0.15
func NewAccessLevelValue(p **gitlab.AccessLevelValue) *accessLevelValue
func NewAssigneeIDPtrValue ¶ added in v1.0.1
func NewAssigneeIDPtrValue(p **gitlab.AssigneeIDValue) *assigneeIDPtrValue
func NewBoolPtrValue ¶
func NewBoolPtrValue(p **bool) *boolPtrValue
func NewEnumPtrValue ¶
func NewEnumValue ¶
func NewIntPtrValue ¶
func NewIntPtrValue(p **int) *intPtrValue
func NewLabelsPtrValue ¶ added in v1.0.1
func NewLabelsPtrValue(p **gitlab.LabelOptions) *labelsPtrValue
func NewReviewerIDPtrValue ¶ added in v1.0.1
func NewReviewerIDPtrValue(p **gitlab.ReviewerIDValue) *reviewerIDPtrValue
func NewStringPtrValue ¶
func NewStringPtrValue(p **string) *stringPtrValue
func NewTimePtrValue ¶
func NewVisibilityPtrValue ¶
func NewVisibilityPtrValue(p **gitlab.VisibilityValue) *visibilityPtrValue
func VersionString ¶
func VersionString() string
Types ¶
Click to show internal directories.
Click to hide internal directories.