Documentation ¶ Index ¶ type Interface type Type Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Interface ¶ type Interface interface { Type() Type // Register is used to register the connector with waymond core // It is executed exactly once for a given connection // i.e. when waymond boots up Register(ctx context.Context) error } type Type ¶ type Type string Source Files ¶ View all Source files connector.go Directories ¶ Show internal Expand all Path Synopsis direct transform Click to show internal directories. Click to hide internal directories.