goctl added
This commit is contained in:
7
tools/goctl/api/parser/state.go
Normal file
7
tools/goctl/api/parser/state.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package parser
|
||||
|
||||
import "zero/tools/goctl/api/spec"
|
||||
|
||||
type state interface {
|
||||
process(api *spec.ApiSpec) (state, error)
|
||||
}
|
||||
Reference in New Issue
Block a user