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

Struct APICommit

service/release/model.go:35–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33}
34
35type APICommit struct {
36 Release string
37 API string
38 Commit string
39}
40
41type ServiceCommit struct {
42 Release string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected