about summary refs log tree commit diff
path: root/src/structs.go
blob: b258c58a1986d5f0b22e82817c2dab6ebef205cb (plain)
1
2
3
4
5
6
package main

type Content struct {
	Hostname string
	CTFName  string
}