Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AWSIntent ¶
type AWSIntent struct { Client model.OtterizeServiceIdentity `json:"client"` Actions []string ARN string }
type AWSIntentCallbackFunc ¶
type AWSIntentKey ¶
type AWSIntentsHolder ¶
type AWSIntentsHolder struct {
// contains filtered or unexported fields
}
func New ¶
func New() *AWSIntentsHolder
func (*AWSIntentsHolder) AddIntent ¶
func (h *AWSIntentsHolder) AddIntent(intent AWSIntent)
func (*AWSIntentsHolder) PeriodicIntentsUpload ¶
func (h *AWSIntentsHolder) PeriodicIntentsUpload(ctx context.Context, interval time.Duration)
func (*AWSIntentsHolder) RegisterNotifyIntents ¶
func (h *AWSIntentsHolder) RegisterNotifyIntents(callback AWSIntentCallbackFunc)
type TimestampedAWSIntent ¶
Click to show internal directories.
Click to hide internal directories.