linstrom/types/types.go
mStar aka a person 935fc33094 Uuuh, lots of stuff
More config, moved files, some endpoints (wip), some storage
2024-01-19 10:21:31 +00:00

8 lines
90 B
Go

package types
import "net/url"
type AccountHandle struct {
Name string
Host url.URL
}