package
0.0.0-20250307055322-04d9774b42d2
Repository: https://github.com/snetsystems/cloudhub.git
Documentation: pkg.go.dev
# Functions
NewCSPStore creates a new CSPStore from an existing cloudhub.CSPStore and an organization string.
NewDashboardsStore creates a new DashboardsStore from an existing cloudhub.DashboardStore and an organization string.
NewNetworkDeviceOrgStore creates a new NewNetworkDeviceOrgStore from an existing cloudhub.NewNetworkDeviceOrgStore and an organization string.
NewNetworkDeviceStore creates a new NetworkDeviceStore from an existing cloudhub.NewNetworkDeviceStore and an organization string.
NewOrganizationConfigStore creates a new OrganizationConfigStore from an existing cloudhub.OrganizationConfigStore and an organization string.
NewOrganizationsStore creates a new OrganizationsStore from an existing cloudhub.OrganizationStore and an organization string.
NewServersStore creates a new ServersStore from an existing cloudhub.ServerStore and an organization string.
NewSourcesStore creates a new SourcesStore from an existing cloudhub.SourceStore and an organization string.
NewTopologiesStore creates a new TopologiesStore from an existing cloudhub.TopologiesStore and an organization string.
NewUsersStore creates a new UsersStore from an existing cloudhub.UserStore and an organization string.
NewVspheresStore creates a new VspheresStore from an existing cloudhub.VspheresStore and an organization string.
# Constants
ContextKey is the key used to specify the organization via context.
DefaultOrganizationID is the id of the default organization.
# Structs
CSPStore facade on a CSPStore that filters CSP by organization.
DashboardsStore facade on a DashboardStore that filters dashboards by organization.
NetworkDeviceOrgStore facade on a NetworkDeviceOrgStore that filters Device by organization.
NetworkDeviceStore facade on a NetworkDeviceStore that filters Device by organization.
OrganizationConfigStore facade on a OrganizationConfig that filters OrganizationConfigs by organization.
OrganizationsStore facade on a OrganizationStore that filters organizations by organization.
ServersStore facade on a ServerStore that filters servers by organization.
SourcesStore facade on a SourceStore that filters sources by organization.
TopologiesStore facade on a TopologiesStore that filters topologies by organization.
UsersStore facade on a UserStore that filters a users roles by organization.
VspheresStore facade on a VspheresStore that filters vspheres by organization.