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

Method Info

gateway/admin/client.go:7–7  ·  view source on GitHub ↗
(ctx context.Context)

Source from the content-addressed store, hash-verified

5type IApintoAdmin interface {
6 Ping(ctx context.Context) error
7 Info(ctx context.Context) (*Info, error)
8 Version(ctx context.Context) (*Version, error)
9}

Callers 4

streamHandlerFunction · 0.65
initFunction · 0.65
CreateMethod · 0.65
UpdateAddressMethod · 0.65

Implementers 1

adminClientgateway/admin/admin.go

Calls

no outgoing calls

Tested by 1

streamHandlerFunction · 0.52