This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
e621-sdk-go/neo4jAPI/models/tag.go

7 lines
70 B
Go
Raw Normal View History

package models
type DBTag struct {
Tag string
TagType string
}