chaincodes

package
v0.1.1 Latest Latest
Warning

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

Go to latest
Published: Sep 10, 2023 License: Apache-2.0 Imports: 22 Imported by: 0

Documentation

Index

Constants

View Source
const NONE = "~~NONE~~"

Variables

This section is empty.

Functions

This section is empty.

Types

type ChaincodeCustom

type ChaincodeCustom func(contract common.Contract, c echo.Context) error

type ChaincodeDeserializationError

type ChaincodeDeserializationError struct{}

func (*ChaincodeDeserializationError) Error

func (*ChaincodeDeserializationError) Message

func (*ChaincodeDeserializationError) Status

func (f *ChaincodeDeserializationError) Status() int

type ChaincodeDuplicatedError

type ChaincodeDuplicatedError struct {
	// contains filtered or unexported fields
}

func (*ChaincodeDuplicatedError) Error

func (f *ChaincodeDuplicatedError) Error() string

func (*ChaincodeDuplicatedError) Message

func (*ChaincodeDuplicatedError) Status

func (f *ChaincodeDuplicatedError) Status() int

type ChaincodeEventCallback

type ChaincodeEventCallback func(payload []byte) error

type ChaincodeFieldValidationError

type ChaincodeFieldValidationError struct {
	// contains filtered or unexported fields
}

func (*ChaincodeFieldValidationError) Error

func (*ChaincodeFieldValidationError) Message

func (*ChaincodeFieldValidationError) Status

func (f *ChaincodeFieldValidationError) Status() int

type ChaincodeInternalError

type ChaincodeInternalError struct{}

func (*ChaincodeInternalError) Error

func (f *ChaincodeInternalError) Error() string

func (*ChaincodeInternalError) Message

func (*ChaincodeInternalError) Status

func (f *ChaincodeInternalError) Status() int

type ChaincodeInvoke

type ChaincodeInvoke func(contract common.Contract, c echo.Context) error

type ChaincodeInvokeFailureError

type ChaincodeInvokeFailureError struct {
	// contains filtered or unexported fields
}

func (*ChaincodeInvokeFailureError) Error

func (*ChaincodeInvokeFailureError) Message

func (*ChaincodeInvokeFailureError) Status

func (f *ChaincodeInvokeFailureError) Status() int

type ChaincodeMiddleware

type ChaincodeMiddleware struct {
	// contains filtered or unexported fields
}

func NewCategoryChaincodeMiddleware

func NewCategoryChaincodeMiddleware(logger *zap.Logger, net common.Network, ipfs *ipfs.IPFSManager, db *gorm.DB) *ChaincodeMiddleware

func NewCategoryGroupChaincodeMiddleware

func NewCategoryGroupChaincodeMiddleware(logger *zap.Logger, net common.Network, ipfs *ipfs.IPFSManager, db *gorm.DB) *ChaincodeMiddleware

func NewChaincodeMiddleware

func NewChaincodeMiddleware(logger *zap.Logger, net common.Network, contract common.Contract, options ...ChaincodeMiddlewareOption) *ChaincodeMiddleware

func NewPostChaincodeMiddleware

func NewPostChaincodeMiddleware(logger *zap.Logger, net common.Network, ipfs *ipfs.IPFSManager, db *gorm.DB) *ChaincodeMiddleware

func NewTagChaincodeMiddleware

func NewTagChaincodeMiddleware(logger *zap.Logger, net common.Network, ipfs *ipfs.IPFSManager, db *gorm.DB) *ChaincodeMiddleware

func NewTopicChaincodeMiddleware

func NewTopicChaincodeMiddleware(logger *zap.Logger, net common.Network, ipfs *ipfs.IPFSManager, db *gorm.DB) *ChaincodeMiddleware

func NewUserProfileMiddleware

func NewUserProfileMiddleware(logger *zap.Logger, net common.Network, db *gorm.DB) *ChaincodeMiddleware

func (*ChaincodeMiddleware) Listen

func (cc *ChaincodeMiddleware) Listen(ctx context.Context) error

func (*ChaincodeMiddleware) Register

func (cc *ChaincodeMiddleware) Register(g *echo.Group, e *echo.Echo)

type ChaincodeMiddlewareOption

type ChaincodeMiddlewareOption func(cc *ChaincodeMiddleware) error

func WithChaincodeCustom

func WithChaincodeCustom(location string, custom ChaincodeCustom) ChaincodeMiddlewareOption

func WithChaincodeHandler

func WithChaincodeHandler(action string, eventName string, invoke ChaincodeInvoke, callback ChaincodeEventCallback) ChaincodeMiddlewareOption

func WithChaincodeQueryGet

func WithChaincodeQueryGet(token string, query ChaincodeQuery) ChaincodeMiddlewareOption

func WithChaincodeQueryPost

func WithChaincodeQueryPost(token string, query ChaincodeQuery) ChaincodeMiddlewareOption

type ChaincodeNotFoundError

type ChaincodeNotFoundError struct {
	// contains filtered or unexported fields
}

func (*ChaincodeNotFoundError) Error

func (f *ChaincodeNotFoundError) Error() string

func (*ChaincodeNotFoundError) Message

func (*ChaincodeNotFoundError) Status

func (f *ChaincodeNotFoundError) Status() int

type ChaincodeQuery

type ChaincodeQuery echo.HandlerFunc

type ChaincodeQueryParameterError

type ChaincodeQueryParameterError struct{}

func (*ChaincodeQueryParameterError) Error

func (*ChaincodeQueryParameterError) Message

func (*ChaincodeQueryParameterError) Status

func (f *ChaincodeQueryParameterError) Status() int

Jump to

Keyboard shortcuts

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