NewStaticSet returns the "static-set" schema for a directory. Its members should be populated with SetStaticSetMembers.
()
| 563 | // NewStaticSet returns the "static-set" schema for a directory. Its members |
| 564 | // should be populated with SetStaticSetMembers. |
| 565 | func NewStaticSet() *Builder { |
| 566 | return base(1, TypeStaticSet) |
| 567 | } |
| 568 | |
| 569 | // SetStaticSetMembers sets the given members as the static-set members of this |
| 570 | // builder. If the members are so numerous that they would not fit on a schema |