# Functions
NewClient returns a new Backstage API client.
# Constants
No description provided by the author
KindAPI defines name for API kind.
KindComponent defines name for component kind.
KindDomain defines name for domain kind.
KindGroup defines name for group kind.
KindLocation defines name for location kind.
KindResource defines name for resource kind.
KindSystem defines name for system kind.
KindUser defines name for user kind.
OrderAscending is used to order entities in ascending order.
OrderDescending is used to order entities in descending order.
# Structs
ApiEntityV1alpha1 describes an interface that can be exposed by a component.
ApiEntityV1alpha1Spec describes the specification data describing the API itself.
Client manages communication with the Backstage API.
ComponentEntityV1alpha1 describes a software component.
ComponentEntityV1alpha1Spec describes the specification data describing the component itself.
DomainEntityV1alpha1 groups a collection of systems that share terminology, domain models, business purpose, or documentation, i.e.
DomainEntityV1alpha1Spec describes the specification data describing the domain itself.
Entity represents the parts of the format that's common to all versions/kinds of entity.
EntityLink represents a link to external information that is related to the entity.
EntityMeta represents metadata fields common to all versions/kinds of entity.
EntityRelation is a directed relation from one entity to another.
EntityRelationTarget describes the target of an entity relation.
EntityStatus informs current status of the entity, as claimed by various sources.
EntityStatusItem contains a specific status item on a well known format.
EntityStatusItemError has aA serialized error object.
GroupEntityV1alpha1 describes an organizational entity, such as for example a team, a business unit, or a loose collection of people in an interest group.
GroupEntityV1alpha1Spec describes the specification data describing the group itself.
ListEntityOptions specifies the optional parameters to the catalogService.List method.
ListEntityOrder defines a condition that can be used to order entities.
LocationCreateResponse defines POST response from location endpoints.
LocationEntityV1alpha1 is a marker that references other places to look for catalog data.
LocationEntityV1alpha1Spec describes the specification data describing the location itself.
LocationListResponse defines GET response to get all locations from location endpoints.
LocationResponse defines GET response to get single location from location endpoints.
ResourceEntityV1alpha1 describes the infrastructure a system needs to operate, like BigTable databases, Pub/Sub topics, S3 buckets or CDNs.
ResourceEntityV1alpha1Spec describes the specification data describing the resource itself.
SystemEntityV1alpha1 is a collection of resources and components.
SystemEntityV1alpha1Spec describes the specification data describing the system itself.
UserEntityV1alpha1 describes a person, such as an employee, a contractor, or similar.
UserEntityV1alpha1Spec describes the specification data describing the user itself.