mongodb

package
v0.0.0-...-0fb82a3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 4, 2020 License: GPL-3.0 Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Provider

func Provider() terraform.ResourceProvider

Types

type Config

type Config struct {
	URL          string
	AuthDatabase string
	AuthUsername string
	AuthPassword string
}

type RunCommandOutput

type RunCommandOutput struct {
	Ok int64 `bson:"ok" validate:"required"`
}

type UsersInfo

type UsersInfo struct {
	Ok             int64 `bson:"ok" validate:"required"`
	UsersInfoUsers `bson:",inline"`
}

Mongo usersInfo output Result struct

type UsersInfoUserConfig

type UsersInfoUserConfig struct {
	User string `bson:"user" validate:"required"`
}

type UsersInfoUsers

type UsersInfoUsers struct {
	Users []UsersInfoUserConfig `bson:"users" validate:"required"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL