9 lines
85 B
Go
9 lines
85 B
Go
package domain
|
|
|
|
type Domain struct {
|
|
Context Context
|
|
}
|
|
|
|
func (d *Domain) Init() {
|
|
}
|