This commit is contained in:
2023-07-03 15:48:01 +02:00
parent 663f578c7e
commit f5902947f8
9 changed files with 149 additions and 83 deletions

View File

@@ -4,5 +4,5 @@ type Domain struct {
Context Context
}
func (d Domain) Init() {
func (d *Domain) Init() {
}