Categorygithub.com/eolinker/go-common
repository
1.1.4
Repository: https://github.com/eolinker/go-common.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

aoplatform common

控制台通用工具包

package

"github.com/eolinker/go-common"

aolabel

定义


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)