Documentation
      ¶
    
    
  
    
  
    Index ¶
- type Provider
 - func (e *Provider) GetCustomQueriesList() (*soap.GetQueryCollectionResponse, error)
 - func (e *Provider) GetCustomStatesList() (*soap.GetResultStateListResponse, error)
 - func (e *Provider) GetQueryID(language, name, group, sastQueryID string) (string, error)
 - func (e *Provider) GetRawCustomStatesList() (*soap.GetResultStateListResponse, error)
 - func (e *Provider) GetStateMapping() (map[string]string, error)
 
- type Query
 
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Provider ¶
type Provider struct {
	// contains filtered or unexported fields
}
    func NewProvider ¶
func NewProvider(queryProvider interfaces.QueriesRepo, queryMappingProvider interfaces.QueryMappingRepo) (*Provider, error)
func (*Provider) GetCustomQueriesList ¶ added in v1.0.4
func (e *Provider) GetCustomQueriesList() (*soap.GetQueryCollectionResponse, error)
func (*Provider) GetCustomStatesList ¶ added in v1.9.0
func (e *Provider) GetCustomStatesList() (*soap.GetResultStateListResponse, error)
func (*Provider) GetQueryID ¶
func (*Provider) GetRawCustomStatesList ¶ added in v1.9.2
func (e *Provider) GetRawCustomStatesList() (*soap.GetResultStateListResponse, error)
 Click to show internal directories. 
   Click to hide internal directories.