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