Skip to content

Commit

Permalink
Exposes more needed types
Browse files Browse the repository at this point in the history
  • Loading branch information
vyzaldysanchez committed Jan 9, 2025
1 parent 1a39088 commit 940ec37
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions deployment/keystone/changeset/compatiblity.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,18 @@ type RegisteredCapability = internal.RegisteredCapability
// RegisteredCapabilityConfig is the configuration of a RegisteredCapability
type RegisteredCapabilityConfig = internal.RegisteredCapabilityConfig

// RegisteredCapabilityRemoteConfig is the remote configuration of a RegisteredCapability
type RegisteredCapabilityRemoteConfig = internal.RegisteredCapabilityRemoteConfig

// RegisteredCapabilityRemoteTargetConfig is the configuration of target capabilities
type RegisteredCapabilityRemoteTargetConfig = internal.RegisteredCapabilityRemoteTargetConfig

// RegisteredCapabilityRemoteTriggerConfig is the configuration of trigger capabilities
type RegisteredCapabilityRemoteTriggerConfig = internal.RegisteredCapabilityRemoteTriggerConfig

// RegisteredCapabilityRemoteExecutableConfig is the configuration of executable capabilities
type RegisteredCapabilityRemoteExecutableConfig = internal.RegisteredCapabilityRemoteExecutableConfig

// FromCapabilitiesRegistryCapability converts a capabilities registry capability to a registered capability
var FromCapabilitiesRegistryCapability = internal.FromCapabilitiesRegistryCapability

Expand Down

0 comments on commit 940ec37

Please sign in to comment.