config_asset.go 102 B

123456789
  1. package model
  2. // SQLAsset .
  3. type SQLAsset struct {
  4. ID int64
  5. Name string
  6. Type int
  7. Src string
  8. }