Versions in this module Expand all Collapse all v1 v1.2.1 Nov 14, 2022 v1.2.0 Nov 13, 2022 v1.1.3 Nov 13, 2022 v1.1.2 Nov 9, 2022 v1.1.1 Nov 9, 2022 v1.1.0 Nov 9, 2022 v1.0.4 Nov 1, 2022 v1.0.3 Nov 1, 2022 v1.0.2 Oct 28, 2022 v1.0.1 Oct 28, 2022 v1.0.0 Oct 28, 2022 v0 v0.5.1 Oct 20, 2022 v0.5.0 Oct 20, 2022 Changes in this version + type CreateRequest struct + Database string + Roles []string + Username string + type CreateResponse struct + Item User + type GetResponse struct + Item UserGetItem + type ListResponse struct + Count int + Items []UserListItem + type MongoDBUsersService common.Service + func New(c common.Client) *MongoDBUsersService + func (svc *MongoDBUsersService) Create(ctx context.Context, projectID, instanceID, userID, username, database string, ...) (res CreateResponse, err error) + func (svc *MongoDBUsersService) Get(ctx context.Context, projectID, instanceID, userID string) (res GetResponse, err error) + func (svc *MongoDBUsersService) List(ctx context.Context, projectID, instanceID string) (res ListResponse, err error) + type User struct + Database string + Hostname string + ID string + Password string + Port int + Roles []string + URI string + Username string + type UserGetItem struct + Database string + Hostname string + ID string + Port int + Roles []string + Username string + type UserListItem struct + ID string + Username string