mirror of
https://github.com/sstent/go-garth.git
synced 2026-01-26 09:03:00 +00:00
5 lines
220 B
Go
5 lines
220 B
Go
// Package models defines shared data models that are safe to expose to public
|
|
// packages, including user settings and related sub-structures consumed by
|
|
// both internal client code and public wrappers.
|
|
package models
|