Versions in this module Expand all Collapse all v1 v1.0.1 Apr 18, 2024 Changes in this version + type Option func(*Zitadel) + func WithHost(host string) Option + func WithInsecure(port string) Option + type Zitadel struct + func New(domain string, options ...Option) *Zitadel + func (z *Zitadel) Domain() string + func (z *Zitadel) Host() string + func (z *Zitadel) IsTLS() bool + func (z *Zitadel) Origin() string