File size: 148 Bytes
1e92f2d |
1 2 3 4 5 6 7 8 9 |
package rotation
import "github.com/google/uuid"
// Update is an event triggered when a rotation is updated.
type Update struct {
ID uuid.UUID
}
|
1e92f2d |
1 2 3 4 5 6 7 8 9 |
package rotation
import "github.com/google/uuid"
// Update is an event triggered when a rotation is updated.
type Update struct {
ID uuid.UUID
}
|