mirror of
https://github.com/rancher/norman.git
synced 2025-09-01 23:36:58 +00:00
More initial dev
This commit is contained in:
7
api/types.go
Normal file
7
api/types.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package api
|
||||
|
||||
import "github.com/rancher/norman/types"
|
||||
|
||||
type ResponseWriter interface {
|
||||
Write(apiContext *types.APIContext, code int, obj interface{})
|
||||
}
|
Reference in New Issue
Block a user