Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetClient ¶
func GetClient(clientID string) (client.ClientManagement, error)
GetClient retrieves one client by its ID
func InitDB ¶
InitDB is the function that starts a database file and table structures if not created then returns db object for next functions
func ListClients ¶
func ListClients() (client.ClientManagementCollection, error)
ListClients retrieves the clients stored in Database
Types ¶
type Client ¶
type Client *client.ClientManagement
Click to show internal directories.
Click to hide internal directories.