package
Version:
v0.0.0-...-14ef7bc
Opens a new window with list of versions in this module.
Published: Nov 21, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Indentify CI and get unique Job Name
type User struct {
Username string `json:"username"`
Password string `json:"password"`
Token string `json:"token"`
SSOURL string `json:"ssourl"`
APIURL string `json:"apiurl"`
Verified bool `json:"verified"`
}
User represents a user in the list
func SelectUsers(userList []User, numberOfUsers, threadCount, maxUsers int) ([]User, error)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.