mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 09:27:33 +00:00
chore: move the go code into a subfolder
This commit is contained in:
10
apps/api/internal/domain/saml_request.go
Normal file
10
apps/api/internal/domain/saml_request.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package domain
|
||||
|
||||
type SAMLRequestState int
|
||||
|
||||
const (
|
||||
SAMLRequestStateUnspecified SAMLRequestState = iota
|
||||
SAMLRequestStateAdded
|
||||
SAMLRequestStateFailed
|
||||
SAMLRequestStateSucceeded
|
||||
)
|
Reference in New Issue
Block a user