Documentation ¶
Index ¶
- type ConnectorColl
- func (c *ConnectorColl) Create(obj *models.Connector) error
- func (c *ConnectorColl) Delete(id string) error
- func (c *ConnectorColl) Get(id string) (*models.Connector, error)
- func (c *ConnectorColl) GetCollectionName() string
- func (c *ConnectorColl) List() ([]*models.Connector, error)
- func (c *ConnectorColl) Update(obj *models.Connector) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConnectorColl ¶
func NewConnectorColl ¶
func NewConnectorColl() *ConnectorColl
func (*ConnectorColl) Delete ¶
func (c *ConnectorColl) Delete(id string) error
func (*ConnectorColl) GetCollectionName ¶
func (c *ConnectorColl) GetCollectionName() string
Click to show internal directories.
Click to hide internal directories.