oob

package
v0.0.0-...-6816ca5 Latest Latest
Warning

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

Go to latest
Published: Apr 29, 2024 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CreateUser

func CreateUser(ctx context.Context, u []BMC) (err error)

CreateUser interface function.

func DeleteUser

func DeleteUser(ctx context.Context, u []BMC) (err error)

DeleteUser interface function.

func UpdateUser

func UpdateUser(ctx context.Context, u []BMC) (err error)

UpdateUser interface function.

Types

type BMC

type BMC interface {
	// NetworkSource() (result string, err repository.Error)
	CreateUser(context.Context) error
	UpdateUser(context.Context) error
	DeleteUser(context.Context) error
}

BMC management methods.

Jump to

Keyboard shortcuts

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