feat: add rudimentary DidController table

This commit is contained in:
Prad Nukala
2024-10-03 17:49:29 -04:00
parent f75ff0d3be
commit fccb42761c
16 changed files with 309 additions and 333 deletions
-14
View File
@@ -1,14 +0,0 @@
// Code generated from Pkl module `models`. DO NOT EDIT.
package models
import "github.com/onsonr/sonr/pkg/nebula/models/formstate"
type RegistrationForm struct {
Title string `pkl:"title"`
Description string `pkl:"description"`
State formstate.FormState `pkl:"state"`
Inputs []*Input `pkl:"inputs"`
}