Skip to content
Snippets Groups Projects
Commit 1d908f19 authored by ko_oler's avatar ko_oler
Browse files

fix typo

parent 265cadca
No related branches found
No related tags found
No related merge requests found
...@@ -21,4 +21,4 @@ func (id *SystemId) FromParts(parts []string) error { ...@@ -21,4 +21,4 @@ func (id *SystemId) FromParts(parts []string) error {
func (id *SystemId) Map() map[string]any { return map[string]any{"type": System} } func (id *SystemId) Map() map[string]any { return map[string]any{"type": System} }
func (id *SystemId) FromMap(m map[string]any) error { return nil } func (id *SystemId) FromMap(m map[string]any) error { return nil }
func (id *SystemId) Validate() error { return nil } func (id *SystemId) Validate() error { return nil }
func (id *SystemId) NewSystemId() *ObjectId { return &ObjectId{Descriptor: &SystemId{}} } func NewSystemId() *ObjectId { return &ObjectId{Descriptor: &SystemId{}} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment