Documentation ¶
Index ¶
Constants ¶
View Source
const FAMILY_NAME = "noop"
Variables ¶
This section is empty.
Functions ¶
Types ¶
type NoopHandler ¶
type NoopHandler struct {
// contains filtered or unexported fields
}
func NewNoopHandler ¶
func NewNoopHandler(namespace string) *NoopHandler
func (*NoopHandler) Apply ¶
func (self *NoopHandler) Apply(request *processor_pb2.TpProcessRequest, state *processor.Context) error
func (*NoopHandler) FamilyName ¶
func (self *NoopHandler) FamilyName() string
func (*NoopHandler) FamilyVersions ¶ added in v1.0.0
func (self *NoopHandler) FamilyVersions() []string
func (*NoopHandler) Namespaces ¶
func (self *NoopHandler) Namespaces() []string
Click to show internal directories.
Click to hide internal directories.