zitadel/internal/eventstore/config.go

13 lines
124 B
Go
Raw Normal View History

package eventstore
import (
"time"
)
type Config struct {
PushTimeout time.Duration
Pusher Pusher
Querier Querier
}