Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
38
type
Decryptor
interface
{
39
Decrypt(input string, headers
map
[string]string) (string, error)
40
Enabled() bool
41
}
42
43
type
Authenticator
struct
{
44
psm providerSettingsManager
Callers
2
AuthenticateHttpRequest
Method · 0.65
AuthenticateHttpRequest
Method · 0.65
Implementers
1
Encryptor
internal/encryptor/encryptor.go
Calls
no outgoing calls
Tested by
no test coverage detected