mirror of
https://github.com/jwetzell/psn-go.git
synced 2026-08-13 03:13:50 +00:00
11 lines
160 B
Go
11 lines
160 B
Go
package chunks
|
|
|
|
type InfoTrackerNameChunkData struct {
|
|
TrackerName string
|
|
}
|
|
|
|
type InfoTrackerNameChunk struct {
|
|
Data InfoTrackerNameChunkData
|
|
Chunk Chunk
|
|
}
|