mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-06 01:02:10 +00:00
6 lines
67 B
Go
6 lines
67 B
Go
|
|
package providers
|
||
|
|
|
||
|
|
type Message interface {
|
||
|
|
GetContent() string
|
||
|
|
}
|