participant

package
v0.0.0-...-1305305 Latest Latest
Warning

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

Go to latest
Published: Jun 30, 2021 License: Apache-2.0 Imports: 28 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var LOGGER = logging.MustGetLogger("participant")

Functions

This section is empty.

Types

type DeploymentOperations

type DeploymentOperations struct {

	// Export this because we need to re-use throughout the packages
	Session      *database.MongoClient
	VaultSession *VaultSession
	// contains filtered or unexported fields
}

func InitiateDeploymentOperations

func InitiateDeploymentOperations() (DeploymentOperations, error)

func (*DeploymentOperations) DeployParticipantServicesAndConfigs

func (op *DeploymentOperations) DeployParticipantServicesAndConfigs(w http.ResponseWriter, req *http.Request)

type VaultSession

type VaultSession struct {
	Client  *vault.Client
	Logical *vault.Logical
}

VaultSession : Reusable Vault connection

type WhitelistEntry

type WhitelistEntry struct {
	ID        string   `bson:"_id"`
	Whitelist []string `bson:"whitelist"`
}

WhitelistEntry - Whitelist entry for MongoDB

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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