Versions in this module Expand all Collapse all v1 v1.1.0 Aug 10, 2025 Changes in this version + type Store struct + func NewLocal(ctx context.Context, localPath string) (*Store, error) + func NewRemote(ctx context.Context, gitURL string) (*Store, error) + func (s *Store) LoadDevices(ctx context.Context) ([]*gitmdm.Device, error) + func (s *Store) SaveDevice(ctx context.Context, device *gitmdm.Device) error