Versions in this module Expand all Collapse all v1 v1.5.6 Oct 3, 2021 Changes in this version + const FormDataConfigBlockKey + const RemoveStorageQueryKey + const URLBaseV1 + const URLBaseV1Channels + func ValidateJoinBlock(channelID string, configBlock *cb.Block) (isAppChannel bool, err error) + type ChannelManagement interface + ChannelInfo func(channelID string) (types.ChannelInfo, error) + ChannelList func() types.ChannelList + JoinChannel func(channelID string, configBlock *cb.Block, isAppChannel bool) (types.ChannelInfo, error) + RemoveChannel func(channelID string, removeStorage bool) error + type HTTPHandler struct + func NewHTTPHandler(config localconfig.ChannelParticipation, registrar ChannelManagement) *HTTPHandler + func (h *HTTPHandler) ServeHTTP(resp http.ResponseWriter, req *http.Request)