Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type APIKey ¶
type APIKey struct { Id string Name string Value string Creator string Updater string CreateAt time.Time UpdateAt time.Time Expired int64 }
func FromEntity ¶
type IAPIKeyService ¶
type IAPIKeyService interface { universally.IServiceGet[APIKey] universally.IServiceDelete universally.IServiceCreate[Create] universally.IServiceEdit[Update] }
Click to show internal directories.
Click to hide internal directories.