mirror of
https://github.com/jwetzell/psn-go.git
synced 2026-08-16 04:43:38 +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
|
|
}
|