github.com/hoffie/larasync@v0.0.0-20151025221940-0384d2bddcef/api/repository.go (about) 1 package api 2 3 // JSONRepository structure which is being sent 4 // to the server when creating a new repository. 5 type JSONRepository struct { 6 PubKey []byte `json:"pub_key"` 7 }