type github.com/vmihailenco/tagparser.Tag

16 uses

	github.com/vmihailenco/tagparser (current package)
		tagparser.go#L9: type Tag struct {
		tagparser.go#L14: func (t *Tag) HasOption(name string) bool {
		tagparser.go#L19: func Parse(s string) *Tag {
		tagparser.go#L30: 	Tag     Tag

	github.com/go-pg/pg/v10/orm
		table.go#L589: func (t *Table) tryRelationType(field *Field, rel string, pgTag *tagparser.Tag) bool {
		table.go#L604: func (t *Table) mustHasOneRelation(field *Field, pgTag *tagparser.Tag) bool {
		table.go#L684: func (t *Table) mustBelongsToRelation(field *Field, pgTag *tagparser.Tag) bool {
		table.go#L745: func (t *Table) mustHasManyRelation(field *Field, pgTag *tagparser.Tag) bool {
		table.go#L828: func (t *Table) mustM2MRelation(field *Field, pgTag *tagparser.Tag) bool {
		table.go#L948: func (t *Table) tryRelationSlice(field *Field, pgTag *tagparser.Tag) bool {
		table.go#L962: func (t *Table) tryM2MRelation(field *Field, pgTag *tagparser.Tag) bool {
		table.go#L1060: func (t *Table) tryHasManyRelation(field *Field, pgTag *tagparser.Tag) bool {
		table.go#L1129: func (t *Table) tryRelationStruct(field *Field, pgTag *tagparser.Tag) bool {
		table.go#L1201: func fieldSQLType(field *Field, pgTag *tagparser.Tag) string {
		table.go#L1302: func (t *Table) tryHasOne(joinTable *Table, field *Field, pgTag *tagparser.Tag) bool {
		table.go#L1327: func (t *Table) tryBelongsToOne(joinTable *Table, field *Field, pgTag *tagparser.Tag) bool {