| 1889 | } |
| 1890 | |
| 1891 | type AlterRole struct { |
| 1892 | AlterPos Pos |
| 1893 | StatementEnd Pos |
| 1894 | IfExists bool |
| 1895 | RoleRenamePairs []*RoleRenamePair |
| 1896 | Settings []*RoleSetting |
| 1897 | } |
| 1898 | |
| 1899 | func (a *AlterRole) Pos() Pos { |
| 1900 | return a.AlterPos |
nothing calls this directly
no outgoing calls
no test coverage detected