MCPcopy Index your code
hub / github.com/apache/answer / GetTagInfoReq

Struct GetTagInfoReq

internal/schema/tag_schema.go:43–53  ·  view source on GitHub ↗

GetTagInfoReq get tag info request

Source from the content-addressed store, hash-verified

41
42// GetTagInfoReq get tag info request
43type GetTagInfoReq struct {
44 // tag id
45 ID string `validate:"omitempty" form:"id"`
46 // tag slug name
47 Name string `validate:"omitempty,gt=0,lte=35" form:"name"`
48 UserID string `json:"-"`
49 CanEdit bool `json:"-"`
50 CanDelete bool `json:"-"`
51 CanMerge bool `json:"-"`
52 CanRecover bool `json:"-"`
53}
54
55type GetTamplateTagInfoReq struct {
56 // tag id

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected