package
"github.com/eolinker/go-common"
定义
type Struct struct{
Creator auto.Label `json:"creator" aolabel:"user"`
}
auto 赋值
v:= &Struct{
Creator: auto.UUID("uuid")
}
list:= make([]*Struct{},0)
...
auto.CompleteLabels(cxt,v)
auto.CompleteLabels(ctx,list)
auto.CompleteLabels(ctx,list...)
注册完成器
import (
"github/eolinker/go-common/auto"
)
auto.RegisterService(name, handler)