Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Init ¶
func Init(logger *zap.Logger, options ConnectorOptions) base.IConnector
Types ¶
type Client ¶
type Client struct { APIKey string HTTPClient HTTPClient }
Client represents an Instill Model client
type Connection ¶
type Connection struct { base.BaseConnection // contains filtered or unexported fields }
func (*Connection) NewClient ¶
func (c *Connection) NewClient() (*Client, error)
NewClient initializes a new Instill model client
func (*Connection) Test ¶
func (c *Connection) Test() (connectorPB.ConnectorResource_State, error)
type Connector ¶
type Connector struct { base.BaseConnector // contains filtered or unexported fields }
type ConnectorOptions ¶
type ConnectorOptions struct{}
Click to show internal directories.
Click to hide internal directories.