kratos/tool/kratos-gen-project/templates/grpc/internal/model/model.go.tmpl

12 lines
141 B

package model
// Kratos hello kratos.
type Kratos struct {
Hello string
}
type Article struct {
ID int64
Content string
Author string
}