Documentation ¶
Index ¶
- Constants
- Variables
- func Execute()
- func Get(operations *[]*types.ApiOperation) (*types.ApiOperation, bool)
- func Image(projectID string, imageID string) (*types_cloud.Cloudimage_Image, error)
- func Project(projectID string) (*types_cloud.Cloud_Project, error)
- func Run(c *cobra.Command, args []string, service *types.ApiDescription, ...)
- type HttpHandler
- type ImageFilter
Constants ¶
View Source
const LOGIN_PORT = 8000
Variables ¶
View Source
var ProjectID string
Functions ¶
func Get ¶
func Get(operations *[]*types.ApiOperation) (*types.ApiOperation, bool)
func Image ¶
func Image(projectID string, imageID string) (*types_cloud.Cloudimage_Image, error)
func Project ¶
func Project(projectID string) (*types_cloud.Cloud_Project, error)
func Run ¶
func Run(c *cobra.Command, args []string, service *types.ApiDescription, operation *types.ApiOperation)
Types ¶
type HttpHandler ¶
type HttpHandler struct {
// contains filtered or unexported fields
}
func (HttpHandler) ServeHTTP ¶
func (self HttpHandler) ServeHTTP(w http.ResponseWriter, req *http.Request)
type ImageFilter ¶
Click to show internal directories.
Click to hide internal directories.