Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CosmosGraphDB ¶
type CosmosGraphDB struct {
// contains filtered or unexported fields
}
CosmosGraphDB allows performing state operations on collections
func NewCosmosGraphDB ¶
func NewCosmosGraphDB(logger logger.Logger) *CosmosGraphDB
NewCosmosGraphDB returns a new CosmosGraphDB instance
func (*CosmosGraphDB) Init ¶
func (c *CosmosGraphDB) Init(metadata bindings.Metadata) error
Init performs CosmosDB connection parsing and connecting
func (*CosmosGraphDB) Invoke ¶
func (c *CosmosGraphDB) Invoke(req *bindings.InvokeRequest) (*bindings.InvokeResponse, error)
func (*CosmosGraphDB) Operations ¶
func (c *CosmosGraphDB) Operations() []bindings.OperationKind
Click to show internal directories.
Click to hide internal directories.