ModuleKey returns the ModuleKey for the Commit.
()
| 23 | type Commit interface { |
| 24 | // ModuleKey returns the ModuleKey for the Commit. |
| 25 | ModuleKey() ModuleKey |
| 26 | // CreateTime returns the time the Commit was created on the BSR. |
| 27 | CreateTime() (time.Time, error) |
| 28 |
no outgoing calls