# Functions
No description provided by the author
No description provided by the author
No description provided by the author
ConvertFromStructpb converts from structpb.Struct to a struct.
ConvertToStructpb converts from a struct to structpb.Struct.
No description provided by the author
No description provided by the author
return the extension of the file from the base64 string, in the "jpeg" , "png" format, check with provided header.
No description provided by the author
NewNoopUsageHandler is a no-op usage handler initializer.
No description provided by the author
NewUnresolvedCredential returns an end-user error signaling that the component setup contains credentials that reference a global secret that wasn't injected into the component.
ReadFromGlobalConfig looks up a component credential field from a secret map that comes from the environment variable configuration.
No description provided by the author
No description provided by the author
TaskIDToTitle builds a Task title from its ID.
No description provided by the author
Validate the input and output format.
# Constants
No description provided by the author
SecretKeyword is a keyword to reference a secret in a component configuration.
# Variables
No description provided by the author
No description provided by the author
# Structs
Component implements the common component methods.
No description provided by the author
ComponentExecution implements the common methods for component execution.
ExecutionWrapper performs validation and usage collection around the execution of a component.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
No description provided by the author
IComponent is the interface that wraps the basic component methods.
IExecution allows components to be executed.
No description provided by the author
No description provided by the author
UsageHandler allows the component execution wrapper to add checks and collect usage metrics around a component execution.
# Type aliases
No description provided by the author
No description provided by the author
UsageHandlerCreator returns a function to initialize a UsageHandler.