Documentation ¶ Index ¶ Constants func Main(cmd *cobra.Command, args []string) type Job type Shard Constants ¶ View Source const MaxInt64 = int(^uint(0) >> 1) Variables ¶ This section is empty. Functions ¶ func Main ¶ func Main(cmd *cobra.Command, args []string) Types ¶ type Job ¶ type Job struct { Size int64 Status bool Shards [1000]*Shard Code string Lock *sync.Mutex Solution string // I'd like this to be more generic, but oh well } type Shard ¶ type Shard struct { Size int64 Status int64 StartTimestamp int64 CompleteTimestamp int64 Worker string } Source Files ¶ View all Source files main.go Click to show internal directories. Click to hide internal directories.