Documentation
¶
Index ¶
- Variables
- func Contains(slice []string, item string) bool
- func DerefBool(b *bool) bool
- func DerefInt32(i *int32) string
- func DerefString(s *string) string
- func ParseColumns(cols string) []string
- func SafeStr(p *string) string
- func SingleRepoSlice(r *openapi.RestRepository) []openapi.RestRepository
- type Config
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Logger *slog.Logger ProjectKey string AllProjects bool GlobalURL string GlobalToken string EnvFile string Debug bool PageSize int Cfg *Config )
View Source
var GlobalPageSize = 50
GlobalPageSize is the default page size for API pagination
View Source
var WorkerCount = 10
Functions ¶
func DerefInt32 ¶ added in v0.2.0
func DerefString ¶ added in v0.2.0
func ParseColumns ¶ added in v0.2.0
func SingleRepoSlice ¶ added in v0.2.0
func SingleRepoSlice(r *openapi.RestRepository) []openapi.RestRepository
Types ¶
Click to show internal directories.
Click to hide internal directories.