domain

package
v0.0.0-...-b6584d0 Latest Latest
Warning

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

Go to latest
Published: Dec 31, 2022 License: GPL-3.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Bar

type Bar struct {
	Data string
}

type ExtenalGateInterface

type ExtenalGateInterface interface {
	GetBar(ID string) (*Bar, error)
	CheckStatus() int
}

type Foo

type Foo struct {
	BarID string
}

type RepoInterface

type RepoInterface interface {
	GetFoo(ID string) (*Foo, error)
	CheckStatus() int
}

type StartStopInterface

type StartStopInterface interface {
	Start() bool
	Stop() bool
	Add() bool
	Done() bool
	Total() int64
	IsReady() bool
	IsRun() bool
}

type Status

type Status struct {
	Code int
}

Jump to

Keyboard shortcuts

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