mirror of
https://github.com/sstent/go-garth.git
synced 2026-01-27 17:41:57 +00:00
reworked api interfaces
This commit is contained in:
7
internal/data/base.go
Normal file
7
internal/data/base.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package data
|
||||
|
||||
import shared "github.com/sstent/go-garth/shared/interfaces"
|
||||
|
||||
// Alias shared BaseData and Data into internal/data for backward compatibility with tests
|
||||
type BaseData = shared.BaseData
|
||||
type Data = shared.Data
|
||||
Reference in New Issue
Block a user