package
Version:
v0.0.0-...-003d186
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: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type ClientOptions struct {
URL string `cfg:"url" validate:"required"`
Username string `cfg:"username"`
Password string `cfg:"password" validate:"required_with=Username"`
Token string `cfg:"token" validate:"required_without=Username"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.