controllers

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Dec 3, 2019 License: GPL-3.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ITrans

type ITrans interface {
	// Execute transaction
	Exec(ctx context.Context, fn func(context.Context) error) error
}

ITrans - Manage Transaction interface

type Trans

type Trans struct {
	TransModel model.ITrans
}

Trans - Manage Transaction

func NewTrans

func NewTrans(trans model.ITrans) *Trans

NewTrans - Create a role management instance

func (*Trans) Exec

func (a *Trans) Exec(ctx context.Context, fn func(context.Context) error) error

Exec - Execute transaction

Jump to

Keyboard shortcuts

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