9 lines
64 B
Go
9 lines
64 B
Go
package domain
|
|
|
|
type Event struct {}
|
|
|
|
type Outcome struct {
|
|
|
|
}
|
|
|