package
0.1.0-alpha.6
Repository: https://github.com/hookdeck/outpost.git
Documentation: pkg.go.dev

# Packages

internal/destregistry/metadata/types.go.
No description provided by the author
No description provided by the author

# Functions

MakePublisherKey creates a unique key for a destination that includes type and config.
NewBaseProvider creates a new base provider with loaded metadata.
No description provided by the author
No description provided by the author
No description provided by the author
ObfuscateValue masks a sensitive value with the following rules: - For strings with length >= 10: show first 4 characters + asterisks for the rest - For strings with length < 10: replace each character with an asterisk.

# Variables

No description provided by the author

# Structs

BaseProvider provides common functionality for all destination providers.
BasePublisher provides common publisher functionality.
No description provided by the author
No description provided by the author
DestinationDisplay represents a destination with display-specific fields.
No description provided by the author
No description provided by the author
PreprocessDestinationOpts contains options for preprocessing a destination.
No description provided by the author

# Interfaces

Provider interface handles validation and publisher creation.
No description provided by the author
Registry manages providers, their metadata, and publishers.