mirror of
https://github.com/gowvp/gb28181.git
synced 2026-04-22 23:17:19 +08:00
21 lines
377 B
Go
Executable File
21 lines
377 B
Go
Executable File
// Code generated by godddx, DO AVOID EDIT.
|
|
package config
|
|
|
|
import "github.com/ixugo/goddd/pkg/web"
|
|
|
|
type FindConfigInput struct {
|
|
web.PagerFilter
|
|
Type string `form:"type"`
|
|
Data Ext `form:"data"`
|
|
}
|
|
|
|
type EditConfigInput struct {
|
|
Type string `json:"type"`
|
|
Data Ext `json:"data"`
|
|
}
|
|
|
|
type AddConfigInput struct {
|
|
Type string `json:"type"`
|
|
Data Ext `json:"data"`
|
|
}
|