MCPcopy Create free account

hub / github.com/cloudflare/pal / types & classes

Types & classes23 in github.com/cloudflare/pal

InterfaceClient
Client represents a PAL client capable of issuing deryption requests and executing a subprocess with a provided set of environment variables. It provi
client.go:18
StructConfigEntry
ConfigEntry represents a parsed PAL client YAML configuration entry. Note that this is not the schema for a PAL client YAML configuration file. Instea
client.go:40
InterfaceDecrypter
A Decrypter is a generic interface that abstracts away the details of performing a decryption. Currently, PGP and Red October are supported.
decrypter/decrypter.go:26
InterfaceRetriever
A Retriever is a type capable of looking up the docker image labels for a given PID. In other words, if a docker image, I, is used to launch a contain
trustedlabels/labels.go:7
StructSecret
A Secret represents a decrypted secret. Each secret can have multiple labels and multiple values.
decrypter/decrypter.go:19
StructServer
Server represents a PAL server capable of servicing deryption requests. It provides the core functionality for the 'pald' daemon.
server.go:52
StructServerConfigEntry
ServerConfigEntry represents a parsed PAL server YAML configuration entry. Note that this is not the schema for a PAL server YAML configuration file.
server.go:33
StructclientV1
client_v1.go:19
StructclientV2
client_v2.go:15
Structconn
identity.go:9
StructdecryptionError
messages.go:14
StructdecryptionErrorV1
decryptionErrorV1 is used to communicate with legacy client
messages.go:21
StructdecryptionRequest
messages.go:5
StructdecryptionResponse
messages.go:9
Structdocker
trustedlabels/labels_docker.go:45
TypeAliaslogLevel
log/log.go:9
Structmock
trustedlabels/labels.go:11
StructpgpDecrypter
decrypter/decrypter_pgp.go:14
StructroDecrypter
decrypter/decrypter_ro.go:13
StructroServer
integration_test.go:158
StructroTestInstance
integration_test.go:49
StructsimpleCredentialStore
trustedlabels/labels_docker.go:259
Structtarget
trustedlabels/labels_docker.go:232