Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Node ¶
type Node struct { Shard *dynamodbstreams.Shard `json:"shard"` Parent *Node `json:"-"` Children []*Node `json:"children"` }
Node contains a Shard and all its descendants
func Parse ¶
func Parse(shards []*dynamodbstreams.Shard) *Node
Parse the complete shard list and reassemble it into a tree structure
Click to show internal directories.
Click to hide internal directories.