iop_history_handler

package
v1.0.9 Latest Latest
Warning

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

Go to latest
Published: Feb 22, 2024 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type HlfIopHistory

type HlfIopHistory struct {
}

func (*HlfIopHistory) CloseConnection

func (hlfIopHistory *HlfIopHistory) CloseConnection(clientConnection *grpc.ClientConn, gw *client.Gateway) error

func (*HlfIopHistory) GetHistoryBasedOnCallType

func (hlfIopHistory *HlfIopHistory) GetHistoryBasedOnCallType(gateway *client.Gateway, callType string) ([]*datatypes.HistoryLog, error)

func (*HlfIopHistory) GetHistoryBasedOnCallerAddress

func (hlfIopHistory *HlfIopHistory) GetHistoryBasedOnCallerAddress(gateway *client.Gateway, callType string, callerIP string, callerAddress string) ([]*datatypes.HistoryLog, error)

func (*HlfIopHistory) GetHistoryBasedOnCallerIP

func (hlfIopHistory *HlfIopHistory) GetHistoryBasedOnCallerIP(gateway *client.Gateway, callType string, callerIP string) ([]*datatypes.HistoryLog, error)

func (*HlfIopHistory) GetHistoryBasedOnDate

func (hlfIopHistory *HlfIopHistory) GetHistoryBasedOnDate(gateway *client.Gateway, callerType string, callerIP string, callerAddress string, methodName string, year string, month string, day string) ([]*datatypes.HistoryLog, error)

func (*HlfIopHistory) GetHistoryBasedOnHour

func (hlfIopHistory *HlfIopHistory) GetHistoryBasedOnHour(gateway *client.Gateway, callerType string, callerIP string, callerAddress string, methodName string, year string, month string, day string, hour string) ([]datatypes.HistoryLog, error)

func (*HlfIopHistory) GetHistoryBasedOnMethodName

func (hlfIopHistory *HlfIopHistory) GetHistoryBasedOnMethodName(gateway *client.Gateway, callType string, callerIP string, callerAddress string, methodName string) ([]*datatypes.HistoryLog, error)

func (*HlfIopHistory) GetHistoryBasedOnMonth

func (hlfIopHistory *HlfIopHistory) GetHistoryBasedOnMonth(gateway *client.Gateway, callerType string, callerIP string, callerAddress string, methodName string, year string, month string) ([]datatypes.HistoryLog, error)

func (*HlfIopHistory) GetHistoryBasedOnYear

func (hlfIopHistory *HlfIopHistory) GetHistoryBasedOnYear(gateway *client.Gateway, callerType string, callerIP string, callerAddress string, methodName string, year string) ([]datatypes.HistoryLog, error)

func (*HlfIopHistory) InsertHistoryLog

func (hlfIopHistory *HlfIopHistory) InsertHistoryLog(gateway *client.Gateway, callType string, callerIP string, callerAddress string, methodName string, inputArgs string, outputArgs string) (*datatypes.HistoryLog, error)

func (*HlfIopHistory) OpenConnection

func (hlfIopHistory *HlfIopHistory) OpenConnection() (*grpc.ClientConn, *client.Gateway, error)

func (*HlfIopHistory) RemoveHistoryLog

func (hlfIopHistory *HlfIopHistory) RemoveHistoryLog(gateway *client.Gateway, callerType string, callerIP string, callerAddress string, methodName string, year string, month string, day string, hour string, distinctive string) error

Jump to

Keyboard shortcuts

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