dockerhub

package
v3.0.0+incompatible Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 6, 2015 License: Apache-2.0 Imports: 0 Imported by: 54

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type PushData

type PushData struct {
	PushedAt int      `json:"pushed_at,omitempty"`
	Images   []string `json:"images,omitempty"`
	Pusher   string   `json:"pusher,omitempty"`
}

type Repository

type Repository struct {
	Status          string `json:"status,omitempty"`
	Description     string `json:"description,omitempty"`
	IsTrusted       bool   `json:"is_trusted,omitempty"`
	FullDescription string `json:"full_description,omitempty"`
	RepoUrl         string `json:"repo_url,omitempty"`
	Owner           string `json:"owner,omitempty"`
	IsOfficial      bool   `json:"is_official,omitempty"`
	IsPrivate       bool   `json:"is_private,omitempty"`
	Name            string `json:"name,omitempty"`
	Namespace       string `json:"namespace,omitempty"`
	StarCount       int    `json:"star_count,omitempty"`
	CommentCount    int    `json:"comment_count,omitempty"`
	DateCreated     int    `json:"date_created,omitempty"`
	Dockerfile      string `json:"dockerfile,omitempty"`
	RepoName        string `json:"repo_name,omitempty"`
}

type Webhook

type Webhook struct {
	PushData   *PushData   `json:"push_data,omitempty"`
	Repository *Repository `json:"repository,omitempty"`
}

type WebhookKey

type WebhookKey struct {
	ID    string `json:"id,omitempty" gorethink:"id,omitempty"`
	Image string `json:"image,omitempty" gorethink:"image"`
	Key   string `json:"key,omitempty" gorethink:"key"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL