Documentation ¶
Index ¶
- Constants
- Variables
- func CheckBrigadier(ctx context.Context, db *pgxpool.Pool, schema string, seed string, name string, ...) (uuid.UUID, uuid.UUID, *namesgenerator.Person, bool, time.Time, string, error)
- func ComposeBrigade(ctx context.Context, db *pgxpool.Pool, schema string, ...) (*dcmgmt.Answer, error)
- func ReplaceBrigadier(ctx context.Context, db *pgxpool.Pool, schema string, tag string, ...) (*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, schema string, seed string, name string, mnemo string, ) (uuid.UUID, uuid.UUID, *namesgenerator.Person, bool, time.Time, string, 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.