1
0
mirror of https://github.com/rancher/norman.git synced 2025-06-27 15:57:00 +00:00
norman/api/types.go

8 lines
153 B
Go
Raw Normal View History

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