mirror of
https://github.com/zitadel/zitadel.git
synced 2025-01-08 09:27:40 +00:00
6 lines
56 B
Go
6 lines
56 B
Go
|
package model
|
||
|
|
||
|
type Enum interface {
|
||
|
String() string
|
||
|
}
|