Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Location ¶
type Location struct { supercharger.Supercharger ID int64 `db:"id" json:"id"` UpdatedAt time.Time `db:"updated_at" json:"updated_at"` CreatedAt time.Time `db:"created_at" json:"created_at"` }
func GetLocation ¶
func (Location) Cursor ¶
func (l Location) Cursor() relay.ConnectionCursor
func (Location) ToGlobalID ¶
func (Location) Update ¶
func (l Location) Update(sc supercharger.Supercharger) error
Click to show internal directories.
Click to hide internal directories.