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