type github.com/go-pg/pg/v10/orm.Method

7 uses

	github.com/go-pg/pg/v10/orm (current package)
		field.go#L128: type Method struct {
		field.go#L136: func (m *Method) Has(flag int8) bool {
		field.go#L140: func (m *Method) Value(strct reflect.Value) reflect.Value {
		field.go#L144: func (m *Method) AppendValue(dst []byte, strct reflect.Value, quote int) []byte {
		table.go#L85: 	Methods   map[string]*Method
		table.go#L519: 	t.Methods = make(map[string]*Method)
		table.go#L534: 		t.Methods[m.Name] = &Method{