Documentation ¶ Index ¶ type Driver func (d *Driver) AddUser() func (d *Driver) DelUser() func (d *Driver) GetProject(ctx context.Context) (string, error) func (d *Driver) ListUsers(ctx context.Context) ([]schema.User, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Driver ¶ type Driver struct { Client *api.Client Region string UserName string Password string } func (*Driver) AddUser ¶ added in v0.2.4 func (d *Driver) AddUser() func (*Driver) DelUser ¶ added in v0.2.4 func (d *Driver) DelUser() func (*Driver) GetProject ¶ added in v0.2.3 func (d *Driver) GetProject(ctx context.Context) (string, error) func (*Driver) ListUsers ¶ func (d *Driver) ListUsers(ctx context.Context) ([]schema.User, error) Source Files ¶ View all Source files project.gouseradd.gouserdel.gousers.go Click to show internal directories. Click to hide internal directories.