schedulermodel

package
v0.0.0-...-daf4bef Latest Latest
Warning

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

Go to latest
Published: Jun 9, 2021 License: MIT Imports: 0 Imported by: 0

Documentation

Overview

GENERATED DO NOT EDIT GENERATOR: scripts/gencode/gencode.go ARGUMENTS: --component model --config ../../config/api.scheduler.yml --package schedulermodel --out ./schedulermodel/model.gen.go

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DeleteSchedulerPathParams

type DeleteSchedulerPathParams struct {
	SchedulerID string
}

type GetSchedulerPathParams

type GetSchedulerPathParams struct {
	SchedulerID string
}

type JSONObject

type JSONObject map[string]interface{}

type ListSchedulersRequest

type ListSchedulersRequest struct {
	PageToken string `json:"page_token"`
	PageSize  int    `json:"page_size"`
}

type ListSchedulersResponse

type ListSchedulersResponse struct {
	Schedulers    []*Scheduler `json:"schedulers"`
	NextPageToken string       `json:"next_page_token"`
}

type PutSchedulerPathParams

type PutSchedulerPathParams struct {
	SchedulerID string
}

type Scheduler

type Scheduler struct {
	ID        string     `json:"id"`
	Schedule  string     `json:"schedule"`
	JobName   string     `json:"job_name"`
	Input     JSONObject `json:"input"`
	CreatedAt string     `json:"created_at"`
	UpdatedAt string     `json:"updated_at"`
}

Jump to

Keyboard shortcuts

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