package
0.11.5
Repository: https://github.com/sergeyignatov/goiardi.git
Documentation: pkg.go.dev

# Functions

AllClients returns a slice of all the clients on this server.
DoesExist checks if the client in question exists or not.
ExportAllClients returns all clients in a fashion suitable for exporting.
Get gets a client from the data store.
GetList returns a list of clients.
GetMulti gets multiple clients from a given slice of client names.
New creates a new client.
NewFromJSON builds a new client/user from a json object.
ValidatePublicKey checks that the provided public key is valid.

# Structs

A Client and a user are very similar, with some small differences - users can never be validators, while clients don't have passwords.