MCPcopy
hub / github.com/etcd-io/etcd / Enable

Method Enable

server/internal/clientv2/auth_user.go:66–66  ·  view source on GitHub ↗

Enable auth.

(ctx context.Context)

Source from the content-addressed store, hash-verified

64type AuthAPI interface {
65 // Enable auth.
66 Enable(ctx context.Context) error
67
68 // Disable auth.
69 Disable(ctx context.Context) error

Callers 3

BeforeTestFunction · 0.65

Implementers 1

httpAuthAPIserver/internal/clientv2/auth_user.go

Calls

no outgoing calls