Versions in this module Expand all Collapse all v0 v0.2.0 Jun 6, 2025 v0.0.0 Apr 7, 2025 Changes in this version + func ExtractRepositoryInfo(repoURL string) (string, string, error) + func MakeComponentDescriptorPath(buildCtx *integrations.BuildContext) string + type Config struct + Endpoints []Endpoint + SchemaVersion string + type Endpoint struct + DisplayName string + Name string + NetworkVisibilities []NetworkVisibilityLevel + Service Service + Type choreov1.EndpointType + type NetworkVisibilityLevel string + const NetworkVisibilityLevelOrganization + const NetworkVisibilityLevelProject + const NetworkVisibilityLevelPublic + type Service struct + BasePath string + Port int32 + type SourceHandler interface + FetchComponentDescriptor func(ctx context.Context, resourceCtx *T) (*Config, error) + Name func(ctx context.Context, resourceCtx *T) string