wheat-cache/pkg/structure/stringx/string.go

9 lines
126 B
Go

package stringx
import "gitee.com/timedb/wheatCache/pkg/structure"
type StringX struct {
structure.KeyBase
Value string
}