1
0
mirror of https://github.com/rancher/norman.git synced 2025-08-31 23:02:01 +00:00
Files
norman/api/types.go

8 lines
153 B
Go
Raw Normal View History

2017-11-10 21:44:02 -07:00
package api
import "github.com/rancher/norman/types"
type ResponseWriter interface {
Write(apiContext *types.APIContext, code int, obj interface{})
}