10000 type using not implements clause.Interface · Issue #117 · go-gorm/dbresolver · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
type using not implements clause.Interface #117
Open
@hengyumo

Description

@hengyumo

Describe the feature

type using not implements clause.Interface, I want to add the 'Name() string' method

// Name implements clause.Interface interface
func (u using) Name() string {
	return usingName
}

// MergeClause implements clause.Interface interface
func (u using) MergeClause(*clause.Clause){}

Motivation

Related Issues

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0