Files
Reloader/internal/pkg/handler/handler.go
2018-07-16 14:21:27 +05:00

7 lines
132 B
Go

package handler
// ResourceHandler handles the creation and update of resources
type ResourceHandler interface {
Handle() error
}