1
0
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:
Darren Shepherd
2017-11-10 21:44:02 -07:00
parent c06696a1e4
commit c8cab3f4f8
72 changed files with 5674 additions and 1211 deletions

7
api/types.go Normal file
View File

@@ -0,0 +1,7 @@
package api
import "github.com/rancher/norman/types"
type ResponseWriter interface {
Write(apiContext *types.APIContext, code int, obj interface{})
}