sbi

package
v1.2.3 Latest Latest
Warning

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

Go to latest
Published: Mar 19, 2026 License: Apache-2.0 Imports: 22 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Route

type Route struct {
	Name    string
	Method  string
	Pattern string
	APIFunc gin.HandlerFunc
}

type Server

type Server struct {
	ServerChf
	// contains filtered or unexported fields
}

func NewServer

func NewServer(chf ServerChf, tlsKeyLogPath string) (*Server, error)

func (*Server) ChargingdataChargingDataRefReleasePost

func (s *Server) ChargingdataChargingDataRefReleasePost(c *gin.Context)

ChargingdataChargingDataRefReleasePost -

func (*Server) ChargingdataChargingDataRefUpdatePost

func (s *Server) ChargingdataChargingDataRefUpdatePost(c *gin.Context)

ChargingdataChargingDataRefUpdatePost

func (*Server) ChargingdataPost

func (s *Server) ChargingdataPost(c *gin.Context)

ChargingdataPost

func (*Server) OfflinechargingdataOfflineChargingDataRefReleasePost

func (s *Server) OfflinechargingdataOfflineChargingDataRefReleasePost(c *gin.Context)

func (*Server) OfflinechargingdataOfflineChargingDataRefUpdatePost

func (s *Server) OfflinechargingdataOfflineChargingDataRefUpdatePost(c *gin.Context)

func (*Server) OfflinechargingdataPost

func (s *Server) OfflinechargingdataPost(c *gin.Context)

func (*Server) RechargeGet

func (s *Server) RechargeGet(c *gin.Context)

func (*Server) RechargePut

func (s *Server) RechargePut(c *gin.Context)

func (*Server) Run

func (s *Server) Run(traceCtx context.Context, wg *sync.WaitGroup) error

func (*Server) Stop

func (s *Server) Stop()

func (*Server) SubscriptionsPost

func (s *Server) SubscriptionsPost(c *gin.Context)

func (*Server) SubscriptionsSubscriptionIdDelete

func (s *Server) SubscriptionsSubscriptionIdDelete(c *gin.Context)

func (*Server) SubscriptionsSubscriptionIdPut

func (s *Server) SubscriptionsSubscriptionIdPut(c *gin.Context)

type ServerChf

type ServerChf interface {
	app.App

	Consumer() *consumer.Consumer
	Processor() *processor.Processor
	CancelContext() context.Context
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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