(indextype string, idxinfo *IdxInfo)
| 357 | } |
| 358 | |
| 359 | func (node *Node) SetIndexInfo(indextype string, idxinfo *IdxInfo) { |
| 360 | node.Indexes[indextype] = idxinfo |
| 361 | } |
| 362 | |
| 363 | func (node *Node) SetExpiration(expire string) (err error) { |
| 364 | parts := ExpireRegex.FindStringSubmatch(expire) |
no outgoing calls
no test coverage detected