sso/internal/domain/models/app.go

8 lines
78 B
Go
Raw Permalink Normal View History

2023-12-17 12:17:55 +02:00
package models
type App struct {
ID int
Name string
Secret string
}