mirror of
https://github.com/luscis/openlan.git
synced 2025-10-07 01:22:51 +08:00
7 lines
107 B
Go
7 lines
107 B
Go
package schema
|
|
|
|
type Ceci struct {
|
|
Name string `json:"name"`
|
|
Config interface{} `json:"config"`
|
|
}
|