Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type TaxProvider ¶
type TaxProvider struct {
mixin.Model[TaxProvider]
Name string `json:"name"`
IsEnabled bool `json:"isEnabled" orm:"default:true"`
}
func New ¶
func New(db *datastore.Datastore) *TaxProvider
Click to show internal directories.
Click to hide internal directories.