impl

package
v0.15.0 Latest Latest
Warning

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

Go to latest
Published: Jan 31, 2023 License: Apache-2.0, MIT Imports: 15 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GithubGraphql

type GithubGraphql struct{}

func (GithubGraphql) ApiResources

func (plugin GithubGraphql) ApiResources() map[string]map[string]core.ApiResourceHandler

func (GithubGraphql) Close

func (plugin GithubGraphql) Close(taskCtx core.TaskContext) errors.Error

func (GithubGraphql) Connection

func (plugin GithubGraphql) Connection() interface{}

func (GithubGraphql) Description

func (plugin GithubGraphql) Description() string

func (GithubGraphql) GetTablesInfo

func (plugin GithubGraphql) GetTablesInfo() []dal.Tabler

func (GithubGraphql) PrepareTaskData

func (plugin GithubGraphql) PrepareTaskData(taskCtx core.TaskContext, options map[string]interface{}) (interface{}, errors.Error)

func (GithubGraphql) RootPkgPath

func (plugin GithubGraphql) RootPkgPath() string

PkgPath information lost when compiled as plugin(.so)

func (GithubGraphql) Scope

func (plugin GithubGraphql) Scope() interface{}

func (GithubGraphql) SubTaskMetas

func (plugin GithubGraphql) SubTaskMetas() []core.SubTaskMeta

func (GithubGraphql) TransformationRule

func (plugin GithubGraphql) TransformationRule() interface{}

type GraphQueryRateLimit

type GraphQueryRateLimit struct {
	RateLimit struct {
		Limit     graphql.Int
		Remaining graphql.Int
		ResetAt   time.Time
	}
}

Jump to

Keyboard shortcuts

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