controllers

package
v0.0.0-...-8d38f2a Latest Latest
Warning

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

Go to latest
Published: May 1, 2015 License: MIT Imports: 18 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BlobAPIV2Controller

type BlobAPIV2Controller struct {
	beego.Controller
}

func (*BlobAPIV2Controller) GetBlobs

func (this *BlobAPIV2Controller) GetBlobs()

func (*BlobAPIV2Controller) HeadDigest

func (this *BlobAPIV2Controller) HeadDigest()

func (*BlobAPIV2Controller) JSONOut

func (this *BlobAPIV2Controller) JSONOut(code int, message string, data interface{})

func (*BlobAPIV2Controller) PostBlobs

func (this *BlobAPIV2Controller) PostBlobs()

func (*BlobAPIV2Controller) Prepare

func (this *BlobAPIV2Controller) Prepare()

func (*BlobAPIV2Controller) PutBlobs

func (this *BlobAPIV2Controller) PutBlobs()

func (*BlobAPIV2Controller) URLMapping

func (this *BlobAPIV2Controller) URLMapping()

type BuilderAPIV1Controller

type BuilderAPIV1Controller struct {
	beego.Controller
}

func (*BuilderAPIV1Controller) GetStatus

func (this *BuilderAPIV1Controller) GetStatus()

func (*BuilderAPIV1Controller) JSONOut

func (this *BuilderAPIV1Controller) JSONOut(code int, message string, data interface{})

func (*BuilderAPIV1Controller) PostBuild

func (this *BuilderAPIV1Controller) PostBuild()

func (*BuilderAPIV1Controller) Prepare

func (this *BuilderAPIV1Controller) Prepare()

func (*BuilderAPIV1Controller) URLMapping

func (this *BuilderAPIV1Controller) URLMapping()

type FileController

type FileController struct {
	beego.Controller
}

func (*FileController) GetGPG

func (this *FileController) GetGPG()

func (*FileController) JSONOut

func (this *FileController) JSONOut(code int, message string, data interface{})

func (*FileController) Prepare

func (this *FileController) Prepare()

func (*FileController) URLMapping

func (this *FileController) URLMapping()

type ImageAPIV1Controller

type ImageAPIV1Controller struct {
	beego.Controller
}

func (*ImageAPIV1Controller) GetImageAncestry

func (this *ImageAPIV1Controller) GetImageAncestry()

func (*ImageAPIV1Controller) GetImageJSON

func (this *ImageAPIV1Controller) GetImageJSON()

func (*ImageAPIV1Controller) GetImageLayer

func (this *ImageAPIV1Controller) GetImageLayer()

func (*ImageAPIV1Controller) JSONOut

func (this *ImageAPIV1Controller) JSONOut(code int, message string, data interface{})

func (*ImageAPIV1Controller) Prepare

func (this *ImageAPIV1Controller) Prepare()

func (*ImageAPIV1Controller) PutChecksum

func (this *ImageAPIV1Controller) PutChecksum()

func (*ImageAPIV1Controller) PutImageJSON

func (this *ImageAPIV1Controller) PutImageJSON()

func (*ImageAPIV1Controller) PutImageLayer

func (this *ImageAPIV1Controller) PutImageLayer()

func (*ImageAPIV1Controller) URLMapping

func (this *ImageAPIV1Controller) URLMapping()

type ManifestsAPIV2Controller

type ManifestsAPIV2Controller struct {
	beego.Controller
}

func (*ManifestsAPIV2Controller) GetManifests

func (this *ManifestsAPIV2Controller) GetManifests()

func (*ManifestsAPIV2Controller) GetTags

func (this *ManifestsAPIV2Controller) GetTags()

func (*ManifestsAPIV2Controller) JSONOut

func (this *ManifestsAPIV2Controller) JSONOut(code int, message string, data interface{})

func (*ManifestsAPIV2Controller) Prepare

func (this *ManifestsAPIV2Controller) Prepare()

func (*ManifestsAPIV2Controller) PutManifests

func (this *ManifestsAPIV2Controller) PutManifests()

func (*ManifestsAPIV2Controller) URLMapping

func (this *ManifestsAPIV2Controller) URLMapping()

type OrganizationWebV1Controller

type OrganizationWebV1Controller struct {
	beego.Controller
}

func (*OrganizationWebV1Controller) GetJoinOrgs

func (this *OrganizationWebV1Controller) GetJoinOrgs()

func (*OrganizationWebV1Controller) GetJoinTeams

func (this *OrganizationWebV1Controller) GetJoinTeams()

func (*OrganizationWebV1Controller) GetOrg

func (this *OrganizationWebV1Controller) GetOrg()

func (*OrganizationWebV1Controller) GetOrgTeams

func (this *OrganizationWebV1Controller) GetOrgTeams()

func (*OrganizationWebV1Controller) GetOrgs

func (this *OrganizationWebV1Controller) GetOrgs()

func (*OrganizationWebV1Controller) GetPrivateRepos

func (this *OrganizationWebV1Controller) GetPrivateRepos()

func (*OrganizationWebV1Controller) GetPublicRepos

func (this *OrganizationWebV1Controller) GetPublicRepos()

func (*OrganizationWebV1Controller) GetTeam

func (this *OrganizationWebV1Controller) GetTeam()

func (*OrganizationWebV1Controller) GetTeams

func (this *OrganizationWebV1Controller) GetTeams()

func (*OrganizationWebV1Controller) JSONOut

func (this *OrganizationWebV1Controller) JSONOut(code int, message string, data interface{})

func (*OrganizationWebV1Controller) PostMember

func (this *OrganizationWebV1Controller) PostMember()

func (*OrganizationWebV1Controller) PostOrg

func (this *OrganizationWebV1Controller) PostOrg()

func (*OrganizationWebV1Controller) PostTeam

func (this *OrganizationWebV1Controller) PostTeam()

func (*OrganizationWebV1Controller) Prepare

func (this *OrganizationWebV1Controller) Prepare()

func (*OrganizationWebV1Controller) PutMember

func (this *OrganizationWebV1Controller) PutMember()

func (*OrganizationWebV1Controller) PutOrg

func (this *OrganizationWebV1Controller) PutOrg()

func (*OrganizationWebV1Controller) PutTeam

func (this *OrganizationWebV1Controller) PutTeam()

func (*OrganizationWebV1Controller) URLMapping

func (this *OrganizationWebV1Controller) URLMapping()

type PingAPIV1Controller

type PingAPIV1Controller struct {
	beego.Controller
}

func (*PingAPIV1Controller) GetPing

func (this *PingAPIV1Controller) GetPing()

func (*PingAPIV1Controller) Prepare

func (this *PingAPIV1Controller) Prepare()

func (*PingAPIV1Controller) URLMapping

func (this *PingAPIV1Controller) URLMapping()

type PingAPIV2Controller

type PingAPIV2Controller struct {
	beego.Controller
}

func (*PingAPIV2Controller) GetPing

func (this *PingAPIV2Controller) GetPing()

func (*PingAPIV2Controller) JSONOut

func (this *PingAPIV2Controller) JSONOut(code int, message string, data interface{})

func (*PingAPIV2Controller) Prepare

func (this *PingAPIV2Controller) Prepare()

func (*PingAPIV2Controller) URLMapping

func (this *PingAPIV2Controller) URLMapping()

type RepoAPIV1Controller

type RepoAPIV1Controller struct {
	beego.Controller
}

func (*RepoAPIV1Controller) GetRepositoryImages

func (this *RepoAPIV1Controller) GetRepositoryImages()

func (*RepoAPIV1Controller) GetRepositoryTags

func (this *RepoAPIV1Controller) GetRepositoryTags()

func (*RepoAPIV1Controller) JSONOut

func (this *RepoAPIV1Controller) JSONOut(code int, message string, data interface{})

func (*RepoAPIV1Controller) Prepare

func (this *RepoAPIV1Controller) Prepare()

func (*RepoAPIV1Controller) PutRepository

func (this *RepoAPIV1Controller) PutRepository()

func (*RepoAPIV1Controller) PutRepositoryImages

func (this *RepoAPIV1Controller) PutRepositoryImages()

func (*RepoAPIV1Controller) PutTag

func (this *RepoAPIV1Controller) PutTag()

func (*RepoAPIV1Controller) URLMapping

func (this *RepoAPIV1Controller) URLMapping()

type RepoWebAPIV1Controller

type RepoWebAPIV1Controller struct {
	beego.Controller
}

func (*RepoWebAPIV1Controller) GetCollaborators

func (this *RepoWebAPIV1Controller) GetCollaborators()

func (*RepoWebAPIV1Controller) GetRepositories

func (this *RepoWebAPIV1Controller) GetRepositories()

func (*RepoWebAPIV1Controller) GetRepository

func (this *RepoWebAPIV1Controller) GetRepository()

func (*RepoWebAPIV1Controller) JSONOut

func (this *RepoWebAPIV1Controller) JSONOut(code int, message string, data interface{})

func (*RepoWebAPIV1Controller) PostCollaborator

func (this *RepoWebAPIV1Controller) PostCollaborator()

func (*RepoWebAPIV1Controller) PostRepository

func (this *RepoWebAPIV1Controller) PostRepository()

func (*RepoWebAPIV1Controller) Prepare

func (this *RepoWebAPIV1Controller) Prepare()

func (*RepoWebAPIV1Controller) PutCollaborator

func (this *RepoWebAPIV1Controller) PutCollaborator()

func (*RepoWebAPIV1Controller) PutRepository

func (this *RepoWebAPIV1Controller) PutRepository()

func (*RepoWebAPIV1Controller) URLMapping

func (this *RepoWebAPIV1Controller) URLMapping()

type TeamWebV1Controller

type TeamWebV1Controller struct {
	beego.Controller
}

func (*TeamWebV1Controller) GetTeam

func (this *TeamWebV1Controller) GetTeam()

func (*TeamWebV1Controller) GetTeams

func (this *TeamWebV1Controller) GetTeams()

func (*TeamWebV1Controller) JSONOut

func (this *TeamWebV1Controller) JSONOut(code int, message string, data interface{})

func (*TeamWebV1Controller) PostPrivilege

func (this *TeamWebV1Controller) PostPrivilege()

func (*TeamWebV1Controller) PostTeam

func (this *TeamWebV1Controller) PostTeam()

func (*TeamWebV1Controller) Prepare

func (this *TeamWebV1Controller) Prepare()

func (*TeamWebV1Controller) PutTeam

func (this *TeamWebV1Controller) PutTeam()

func (*TeamWebV1Controller) PutTeamAddMember

func (this *TeamWebV1Controller) PutTeamAddMember()

func (*TeamWebV1Controller) PutTeamRemoveMember

func (this *TeamWebV1Controller) PutTeamRemoveMember()

func (*TeamWebV1Controller) URLMapping

func (this *TeamWebV1Controller) URLMapping()

type UserAPIV1Controller

type UserAPIV1Controller struct {
	beego.Controller
}

func (*UserAPIV1Controller) GetUsers

func (this *UserAPIV1Controller) GetUsers()

There is nothing in request body, just authorization through Basic Authorization.

func (*UserAPIV1Controller) JSONOut

func (this *UserAPIV1Controller) JSONOut(code int, message string, data interface{})

func (*UserAPIV1Controller) PostUsers

func (this *UserAPIV1Controller) PostUsers()

func (*UserAPIV1Controller) Prepare

func (this *UserAPIV1Controller) Prepare()

func (*UserAPIV1Controller) URLMapping

func (this *UserAPIV1Controller) URLMapping()

type UserWebAPIV1Controller

type UserWebAPIV1Controller struct {
	beego.Controller
}

func (*UserWebAPIV1Controller) GetNamespaces

func (this *UserWebAPIV1Controller) GetNamespaces()

func (*UserWebAPIV1Controller) GetUser

func (this *UserWebAPIV1Controller) GetUser()

func (*UserWebAPIV1Controller) GetUsers

func (this *UserWebAPIV1Controller) GetUsers()

func (*UserWebAPIV1Controller) JSONOut

func (this *UserWebAPIV1Controller) JSONOut(code int, message string, data interface{})

func (*UserWebAPIV1Controller) PostGravatar

func (this *UserWebAPIV1Controller) PostGravatar()

func (*UserWebAPIV1Controller) Prepare

func (this *UserWebAPIV1Controller) Prepare()

func (*UserWebAPIV1Controller) PutPassword

func (this *UserWebAPIV1Controller) PutPassword()

func (*UserWebAPIV1Controller) PutProfile

func (this *UserWebAPIV1Controller) PutProfile()

func (*UserWebAPIV1Controller) Signin

func (this *UserWebAPIV1Controller) Signin()

func (*UserWebAPIV1Controller) Signup

func (this *UserWebAPIV1Controller) Signup()

func (*UserWebAPIV1Controller) URLMapping

func (this *UserWebAPIV1Controller) URLMapping()

type WebController

type WebController struct {
	beego.Controller
}

func (*WebController) GetAdmin

func (this *WebController) GetAdmin()

func (*WebController) GetAdminAuth

func (this *WebController) GetAdminAuth()

func (*WebController) GetAuth

func (this *WebController) GetAuth()

func (*WebController) GetCompose

func (this *WebController) GetCompose()

func (*WebController) GetDashboard

func (this *WebController) GetDashboard()

func (*WebController) GetIndex

func (this *WebController) GetIndex()

func (*WebController) GetRepository

func (this *WebController) GetRepository()

func (*WebController) GetSetting

func (this *WebController) GetSetting()

func (*WebController) GetSignout

func (this *WebController) GetSignout()

func (*WebController) Prepare

func (this *WebController) Prepare()

func (*WebController) URLMapping

func (this *WebController) URLMapping()

Jump to

Keyboard shortcuts

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