Files
Reloader/internal/pkg/handler/handler.go
T

7 lines
132 B
Go

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