You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- package plans
-
- import (
- "gitlink.org.cn/cloudream/storage/common/pkgs/db/model"
- "gitlink.org.cn/cloudream/storage/common/pkgs/ioswitch"
- )
-
- type AgentPlan struct {
- Node model.Node
- Plan ioswitch.Plan
- }
-
- type ComposedPlan struct {
- ID ioswitch.PlanID
- AgentPlans []AgentPlan
- }
|