Remove user-facing new-api naming; Docker/network/container names use heicode. Go imports updated; Dockerfiles and workflows ldflags fixed. Made-with: Cursor
7 lines
125 B
Go
7 lines
125 B
Go
package dto
|
|
|
|
type PlayGroundRequest struct {
|
|
Model string `json:"model,omitempty"`
|
|
Group string `json:"group,omitempty"`
|
|
}
|