package
0.0.0-20250307055322-04d9774b42d2
Repository: https://github.com/snetsystems/cloudhub.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# Functions

NewService returns an instance of a Service.
WithLogger allows setting the logger on the kv service.

# Constants

DefaultOrganizationName is the Name of the default organization.
DefaultOrganizationRole is the DefaultRole for the Default organization.

# Variables

DefaultOrganizationID is the ID of the default organization.

# Structs

DLNxRstStgStore is the bolt and etcd implementation of storing MLNxRst.
DLNxRstStore is the bolt and etcd implementation of storing DLNxRst.
MLNxRstStore is the bolt and etcd implementation of storing MLNxRst.
NetworkDeviceOrgStore is the bolt and etcd implementation of storing Devices.
NetworkDeviceStore is the bolt and etcd implementation of storing Devices.
Service is the struct that cloudhub services are implemented on.

# Interfaces

Bucket is the abstraction used to perform get/put/delete/get-many operations in a key value store.
Store is an interface for a generic key value store.
Tx is a transaction in the store.

# Type aliases

Option to change behavior of Open().