mirror of
https://github.com/Threnklyn/zeit.git
synced 2026-05-19 21:33:30 +02:00
10 lines
157 B
Go
10 lines
157 B
Go
package z
|
|
|
|
import (
|
|
)
|
|
|
|
type Task struct {
|
|
Name string `json:"name,omitempty"`
|
|
GitRepository string `json:"gitRepository,omitempty"`
|
|
}
|