cchat/repository/type.go

8 lines
115 B
Go
Raw Permalink Normal View History

package repository
// TypeAlias represents a Go type alias.
type TypeAlias struct {
Comment Comment
NamedType
}