Versions in this module Expand all Collapse all v0 v0.0.1 Jul 17, 2024 Changes in this version + func NewQueryBuilder() *authorizedApiQueryBuilder + type AuthorizedApi struct + Api string + BusinessKey string + CreatedAt time.Time + CreatedUser string + Id int64 + IsDeleted int32 + Method string + UpdatedAt time.Time + UpdatedUser string + func NewModel() *AuthorizedApi + func (t *AuthorizedApi) Create(db *gorm.DB) (id int64, err error)