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

Method Ping

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

Source from the content-addressed store, hash-verified

4
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 1

pingFunction · 0.65

Implementers 1

adminClientgateway/admin/admin.go

Calls

no outgoing calls

Tested by

no test coverage detected