()
| 34 | } |
| 35 | |
| 36 | func (d *DatabaseMessage) String() string { |
| 37 | return common.FormatDatabase(d.InstanceID, d.DatabaseName) |
| 38 | } |
| 39 | |
| 40 | // UpdateDatabaseMessage is the mssage for updating a database. |
| 41 | type UpdateDatabaseMessage struct { |
nothing calls this directly
no test coverage detected