1
0
mirror of https://github.com/rancher/norman.git synced 2025-04-28 19:35:09 +00:00
norman/api/types.go
2017-11-10 21:46:30 -07:00

8 lines
153 B
Go

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