Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Lane ¶
type Lane struct {
// contains filtered or unexported fields
}
func DefaultLane ¶
func DefaultLane() *Lane
type LaneRule ¶
type LaneRule struct { ID string `yaml:"ruleId"` //本身LaneRule的ID Name string `yaml:"ruleName"` Enable bool `yaml:"enable"` LaneID string `yaml:"laneId"` //对于的泳道信息的ID,不是LaneRuleID Priority int64 `yaml:"priority"` TagList []TagRule `yaml:"ruleTagList"` Relationship string `yaml:"ruleTagRelationship"` CreateTime time.Time `yaml:"createTime"` }
Click to show internal directories.
Click to hide internal directories.