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