mirror of
https://github.com/jwetzell/psn-go.git
synced 2026-09-10 00:29:47 +00:00
move types out of decoders package
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
package chunks
|
||||
|
||||
type InfoTrackerChunkData struct {
|
||||
TrackerName *InfoTrackerNameChunk
|
||||
}
|
||||
|
||||
type InfoTrackerChunk struct {
|
||||
Data InfoTrackerChunkData
|
||||
Chunk Chunk
|
||||
}
|
||||
Reference in New Issue
Block a user