dao

package
v0.0.0-...-1e16040 Latest Latest
Warning

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

Go to latest
Published: Jul 24, 2023 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CallsLogDAO

type CallsLogDAO interface {
	Save(ctx context.Context, CallsLog model.CallsLog) error
}

CallsLogDAO - CallsLog dao interface

type CallsLogDAOImpl

type CallsLogDAOImpl struct {
}

CallsLogDAOImpl - CallsLog dao implementation

func NewCallsLogDAO

func NewCallsLogDAO() *CallsLogDAOImpl

NewCallsLogDAO - gets an CallsLogDAOImpl instance

func (*CallsLogDAOImpl) Save

func (pd *CallsLogDAOImpl) Save(CallsLog model.CallsLog) error

saving data

Jump to

Keyboard shortcuts

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