Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Handler ¶
type Handler struct{}
Handler is a sample implementation of Handler
func (*Handler) SetNodeGeolocation ¶
func (t *Handler) SetNodeGeolocation(obj interface{})
SetNodeGeolocation is called when an object is created or updated
type HandlerInterface ¶
type HandlerInterface interface { Init() error SetNodeGeolocation(obj interface{}) }
HandlerInterface interface contains the methods that are required
Click to show internal directories.
Click to hide internal directories.