28 lines
795 B
Go
28 lines
795 B
Go
package router
|
|
|
|
import "kra/internal/server/handler"
|
|
|
|
type Set = handler.Set
|
|
type Announcement = handler.Announcement
|
|
type API = handler.API
|
|
type APIToken = handler.APIToken
|
|
type Audit = handler.Audit
|
|
type Authority = handler.Authority
|
|
type Dictionary = handler.Dictionary
|
|
type Email = handler.Email
|
|
type Export = handler.Export
|
|
type Media = handler.Media
|
|
type Menu = handler.Menu
|
|
type Navigation = handler.Navigation
|
|
type Organization = handler.Organization
|
|
type Parameter = handler.Parameter
|
|
type Payment = handler.Payment
|
|
type Permission = handler.Permission
|
|
type Public = handler.Public
|
|
type Session = handler.Session
|
|
type SystemConfig = handler.SystemConfig
|
|
type Task = handler.Task
|
|
type User = handler.User
|
|
type Version = handler.Version
|
|
type IntegrationConfig = handler.IntegrationConfig
|