Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AcceptProfileInvite ¶
type Profile ¶
type Profile struct { Id string `json:"id"` Name string `json:"name"` Icon string `json:"icon,omitempty"` Targets []Target `json:"targets"` }
func AcceptInvite ¶
func AcceptInvite(db *sql.DB, input AcceptProfileInvite) (Profile, error)
type ProfileInvite ¶
Click to show internal directories.
Click to hide internal directories.