MCPcopy
hub / github.com/betty200744/ultimate-go / Encoder

Struct Encoder

object_oriented/solid/SRP/client/encoder.go:11–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9}
10
11type Encoder struct {
12 *Client
13}
14
15func (e *Encoder) Encode() string {
16 return fmt.Sprintf("%d_%d", e.userId, e.osType)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected