Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Callback ¶
type Callback struct { Enabled bool `json:"enabled,omitempty" yaml:"enabled" xml:"enabled" toml:"enabled"` Path string `default:"casdoor/callback" json:"path,omitempty" yaml:"path" xml:"path" toml:"path" validate:"required_if=Enabled true"` Code string `default:"code" json:"code,omitempty" yaml:"code" xml:"code" toml:"code"` State string `default:"state" json:"state,omitempty" yaml:"state" xml:"state" toml:"state"` }
Click to show internal directories.
Click to hide internal directories.