Documentation ¶
Index ¶
- Constants
- type Decoder
- type Mongo
- func (m *Mongo) CreteContext(evalCtx *hcl.EvalContext) context.Context
- func (m *Mongo) Execute(ctx orionContext.FeatureContext) errors.Error
- func (m *Mongo) Filter(ctx orionContext.FeatureContext) (map[string]interface{}, errors.Error)
- func (m *Mongo) Operation() string
- func (m *Mongo) SetOperation(operation string)
- func (m *Mongo) SetQuery(q *decoder.Query)
Constants ¶
View Source
const (
BlockMongo = "mongo"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Decoder ¶
type Decoder struct{}
func (*Decoder) BlockHeaderSchema ¶
func (dec *Decoder) BlockHeaderSchema() hcl.BlockHeaderSchema
BlockHeaderSchema return the header schema for the plugin.
type Mongo ¶
func (*Mongo) CreteContext ¶
func (*Mongo) Execute ¶
func (m *Mongo) Execute(ctx orionContext.FeatureContext) errors.Error
func (*Mongo) Filter ¶
func (m *Mongo) Filter(ctx orionContext.FeatureContext) (map[string]interface{}, errors.Error)
func (*Mongo) SetOperation ¶
Click to show internal directories.
Click to hide internal directories.