MCPcopy Create free account
hub / github.com/coderanger/migrations-operator / apiServer

Struct apiServer

http/http.go:30–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28var log = ctrl.Log.WithName("api")
29
30type apiServer struct {
31 client client.Client
32}
33
34func APIServer(mgr ctrl.Manager) error {
35 server := &apiServer{client: mgr.GetClient()}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected