package
0.18.0
Repository: https://github.com/hashicorp/boundary.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

ListHosts lists up to page size hosts, filtering out entries that do not pass the filter item function.
ListHostSets lists up to page size host sets, filtering out entries that do not pass the filter item function.
ListHostSetsPage lists up to page size host sets, filtering out entries that do not pass the filter item function.
ListHostSetsRefresh lists host sets according to the page size and list token, filtering out entries that do not pass the filter item fn.
ListHostSetsRefreshPage lists up to page size host sets, filtering out entries that do not pass the filter item function.
ListHostsPage lists up to page size hosts, filtering out entries that do not pass the filter item function.
ListHostsRefresh lists hosts according to the page size and list token, filtering out entries that do not pass the filter item fn.
ListHostsRefreshPage lists up to page size hosts, filtering out entries that do not pass the filter item function.
NewHost creates a new in memory Host for address assigned to catalogId.
NewHostCatalog creates a new in memory HostCatalog assigned to projectId.
NewHostSet creates a new in memory HostSet assigned to catalogId.
NewHostSetMember creates a new in memory HostSetMember representing the membership of hostId in hostSetId.
NewRepository creates a new Repository.
TestCatalogs creates count number of static host catalogs to the provided DB with the provided project id.
TestHosts creates count number of static hosts to the provided DB with the provided catalog id.
TestSetMembers adds hosts to the specified setId in the provided DB.
TestSets creates count number of static host sets in the provided DB with the provided catalog id.
WithAddress provides an optional address.
WithDescription provides an optional description.
WithLimit provides an option to provide a limit.
WithName provides an optional name.
WithPublicId provides an optional public id.
WithStartPageAfterItem is used to paginate over the results.

# Constants

No description provided by the author
No description provided by the author
PublicId prefixes for the resources in the static package.

# Structs

A Host contains a static address.
A HostCatalog contains static hosts and static host sets.
A HostSet is a collection of hosts from the set's catalog.
A HostSetMember represents the membership of a host in a host set.
A Repository stores and retrieves the persistent types in the static package.

# Type aliases

Option - how Options are passed as arguments.