MCPcopy Create free account
hub / github.com/tbphp/gpt-load / noopService

Struct noopService

internal/encryption/encryption.go:93–93  ·  view source on GitHub ↗

noopService disables encryption

Source from the content-addressed store, hash-verified

91
92// noopService disables encryption
93type noopService struct{}
94
95func (s *noopService) Encrypt(plaintext string) (string, error) {
96 return plaintext, nil

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected