MCPcopy
hub / github.com/swaggo/swag / CustomInterface

Interface CustomInterface

testdata/error/errors/errors.go:4–6  ·  view source on GitHub ↗

CustomInterface some interface

Source from the content-addressed store, hash-verified

2
3// CustomInterface some interface
4type CustomInterface interface {
5 Error() string
6}
7
8// Errors errors and interfaces
9type Errors struct {

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…