Documentation ¶
Overview ¶
Package filestore is a generated GoMock package.
Index ¶
- Constants
- func NewHistoryArchiver(container *archiver.HistoryBootstrapContainer, ...) (archiver.HistoryArchiver, error)
- func NewVisibilityArchiver(container *archiver.VisibilityBootstrapContainer, ...) (archiver.VisibilityArchiver, error)
- type MockQueryParser
- type MockQueryParserMockRecorder
- type QueryParser
Constants ¶
View Source
const ( WorkflowID = "WorkflowID" RunID = "RunID" WorkflowType = "WorkflowType" CloseTime = "CloseTime" CloseStatus = "CloseStatus" )
All allowed fields for filtering
View Source
const (
// URIScheme is the scheme for the filestore implementation
URIScheme = "file"
)
Variables ¶
This section is empty.
Functions ¶
func NewHistoryArchiver ¶
func NewHistoryArchiver( container *archiver.HistoryBootstrapContainer, config *config.FilestoreArchiver, ) (archiver.HistoryArchiver, error)
NewHistoryArchiver creates a new archiver.HistoryArchiver based on filestore
func NewVisibilityArchiver ¶
func NewVisibilityArchiver( container *archiver.VisibilityBootstrapContainer, config *config.FilestoreArchiver, ) (archiver.VisibilityArchiver, error)
NewVisibilityArchiver creates a new archiver.VisibilityArchiver based on filestore
Types ¶
type MockQueryParser ¶ added in v0.9.0
type MockQueryParser struct {
// contains filtered or unexported fields
}
MockQueryParser is a mock of QueryParser interface
func NewMockQueryParser ¶ added in v0.9.0
func NewMockQueryParser(ctrl *gomock.Controller) *MockQueryParser
NewMockQueryParser creates a new mock instance
func (*MockQueryParser) EXPECT ¶ added in v0.9.0
func (m *MockQueryParser) EXPECT() *MockQueryParserMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockQueryParser) Parse ¶ added in v0.9.0
func (m *MockQueryParser) Parse(query string) (*parsedQuery, error)
Parse mocks base method
type MockQueryParserMockRecorder ¶ added in v0.9.0
type MockQueryParserMockRecorder struct {
// contains filtered or unexported fields
}
MockQueryParserMockRecorder is the mock recorder for MockQueryParser
func (*MockQueryParserMockRecorder) Parse ¶ added in v0.9.0
func (mr *MockQueryParserMockRecorder) Parse(query interface{}) *gomock.Call
Parse indicates an expected call of Parse
type QueryParser ¶ added in v0.9.0
QueryParser parses a limited SQL where clause into a struct
func NewQueryParser ¶ added in v0.9.0
func NewQueryParser() QueryParser
NewQueryParser creates a new query parser for filestore
Click to show internal directories.
Click to hide internal directories.