MCPcopy Create free account
hub / github.com/APIParkLab/APIPark / adminClient

Struct adminClient

gateway/admin/admin.go:5–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import "context"
4
5type adminClient struct {
6 address []string
7}
8
9func (a *adminClient) Info(ctx context.Context) (*Info, error) {
10 return callHttp[Info](ctx, a.address, "GET", "/system/info", nil)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected