Files
next-dashboard/request_objects/init_db.go
T
2018-03-13 15:04:26 +11:00

8 lines
122 B
Go

package request_objects
type InitDatabaseRequest struct {
URL string `json:"url"`
DBType string `json:"dbType"`
}