Documentation
¶
Index ¶
- Constants
- Variables
- func CheckBrigadier(ctx context.Context, db *pgxpool.Pool, seed string, name string, mnemo string) (uuid.UUID, uuid.UUID, *namesgenerator.Person, bool, time.Time, string, ...)
- func ComposeBrigade(ctx context.Context, db *pgxpool.Pool, sshconf *ssh.ClientConfig, tag string, ...) (*dcmgmt.Answer, error)
- func ReplaceBrigadier(ctx context.Context, db *pgxpool.Pool, tag string, sshconf *ssh.ClientConfig, ...) (*dcmgmt.Answer, error)
Constants ¶
View Source
const ( RealmConnectMaxAttempts = 3 RealmConnectSleepTimeout = 2 * time.Second RealmSelectMaxAttempts = 3 )
View Source
const DefaultRealmsPort = 22
Variables ¶
Functions ¶
func CheckBrigadier ¶
func CheckBrigadier(ctx context.Context, db *pgxpool.Pool, seed string, name string, mnemo string, ) (uuid.UUID, uuid.UUID, *namesgenerator.Person, bool, time.Time, string, time.Time, error)
CheckBrigadier checks brigadier by name and mnemonics
func ComposeBrigade ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.