mirror of
https://github.com/jwetzell/psn-go.git
synced 2026-09-03 21:39:10 +00:00
move types out of decoders package
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package chunks
|
||||
|
||||
type DataTrackerListChunkData struct {
|
||||
Trackers []DataTrackerChunk
|
||||
}
|
||||
type DataTrackerListChunk struct {
|
||||
Chunk Chunk
|
||||
Data DataTrackerListChunkData
|
||||
}
|
||||
Reference in New Issue
Block a user