baseattack

package
v1.7.0 Latest Latest
Warning

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

Go to latest
Published: Dec 22, 2024 License: AGPL-3.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type APIbasis

type APIbasis struct {
	Filename string
}

type BaseAttackAPISpy

type BaseAttackAPISpy struct {
	APIbasis
}

func (BaseAttackAPISpy) GetBaseAttackData

func (a BaseAttackAPISpy) GetBaseAttackData() ([]byte, error)

type BaseAttackData

type BaseAttackData string

type BaseAttackStorage

type BaseAttackStorage struct {
	// contains filtered or unexported fields
}

func NewBaseAttackStorage

func NewBaseAttackStorage(api IbaseAttackAPI) *BaseAttackStorage

func (*BaseAttackStorage) GetData

func (b *BaseAttackStorage) GetData() BaseAttackData

func (*BaseAttackStorage) Update

func (b *BaseAttackStorage) Update()

type IbaseAttackAPI

type IbaseAttackAPI interface {
	GetBaseAttackData() ([]byte, error)
}

func FixtureBaseAttackAPIMock

func FixtureBaseAttackAPIMock() IbaseAttackAPI

func NewBaseAttackAPI

func NewBaseAttackAPI() IbaseAttackAPI

func NewMock

func NewMock(filename string) IbaseAttackAPI

Jump to

Keyboard shortcuts

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