mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-17 21:37:35 +00:00
10 lines
118 B
Go
10 lines
118 B
Go
|
package view
|
||
|
|
||
|
import (
|
||
|
"github.com/caos/zitadel/internal/config/types"
|
||
|
)
|
||
|
|
||
|
type ViewConfig struct {
|
||
|
SQL *types.SQL
|
||
|
}
|