models

package
v0.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 9, 2024 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func MarshalObject

func MarshalObject(o any) ([]byte, error)

func UnmarshalObject

func UnmarshalObject(data []byte, v any) error

Types

type Client

type Client struct {
	ClientID    uuid.UUID `gorm:"type:uuid;primaryKey"`
	Secret      string    `gorm:"size:64;primaryKey"`
	Type        string
	DisplayName string
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL