MCPcopy Create free account
hub / github.com/encoder-run/operator / QueryInput

Struct QueryInput

pkg/graph/model/models_gen.go:118–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116}
117
118type QueryInput struct {
119 Query string `json:"query"`
120 Page *int `json:"page,omitempty"`
121 Limit *int `json:"limit,omitempty"`
122}
123
124type Repository struct {
125 ID string `json:"id"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected