MCPcopy Create free account
hub / github.com/bricks-cloud/BricksLLM / Decryptor

Interface Decryptor

internal/authenticator/authenticator.go:38–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36}
37
38type Decryptor interface {
39 Decrypt(input string, headers map[string]string) (string, error)
40 Enabled() bool
41}
42
43type Authenticator struct {
44 psm providerSettingsManager

Callers 2

Implementers 1

Encryptorinternal/encryptor/encryptor.go

Calls

no outgoing calls

Tested by

no test coverage detected