package model import "github.com/google/uuid" type Backend struct { ID uuid.UUID Name string OIDCID string OIDCSecret string }