Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewOrgResolver ¶
NewOrgResolver creates a new org resolver with the specified configuration
func NewOrgResolverWithClient ¶
func NewOrgResolverWithClient(cfg Config, client linkingclient.LinkingServiceClient, logger log.Logger) (*orgResolver, error)
NewOrgResolverWithClient creates a new org resolver with an optional injected client (for testing)
Types ¶
type Config ¶
type Config struct {
URL string
TLSEnabled bool
WorkflowRegistryAddress string
WorkflowRegistryChainSelector uint64
JWTGenerator JWTGenerator
}
type JWTGenerator ¶
JWTGenerator interface for JWT token creation
Click to show internal directories.
Click to hide internal directories.