Documentation
¶
Index ¶
Constants ¶
View Source
const ActivityLogAPISourceIdentifier = "azure_activity_log_api"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ActivityLogAPISource ¶
type ActivityLogAPISource struct {
row_source.RowSourceImpl[*ActivityLogAPISourceConfig, *config.AzureConnection]
// shadow the collection state to use the reverse order collection state
CollectionState *collection_state.ReverseOrderCollectionState[*ActivityLogAPISourceConfig]
}
func (*ActivityLogAPISource) Collect ¶
func (s *ActivityLogAPISource) Collect(ctx context.Context) error
func (*ActivityLogAPISource) Identifier ¶
func (s *ActivityLogAPISource) Identifier() string
func (*ActivityLogAPISource) Init ¶
func (s *ActivityLogAPISource) Init(ctx context.Context, params *row_source.RowSourceParams, opts ...row_source.RowSourceOption) error
type ActivityLogAPISourceConfig ¶
type ActivityLogAPISourceConfig struct {
}
func (*ActivityLogAPISourceConfig) Identifier ¶
func (a *ActivityLogAPISourceConfig) Identifier() string
func (*ActivityLogAPISourceConfig) Validate ¶
func (a *ActivityLogAPISourceConfig) Validate() error
Click to show internal directories.
Click to hide internal directories.