Documentation
¶
Index ¶
- func Join(osnURL string, blockBytes []byte, caCertPool *x509.CertPool, ...) (*http.Response, error)
- func ListAllChannels(osnURL string, caCertPool *x509.CertPool, tlsClientCert tls.Certificate) (*http.Response, error)
- func ListSingleChannel(osnURL, channelID string, caCertPool *x509.CertPool, ...) (*http.Response, error)
- func Remove(osnURL, channelID string, caCertPool *x509.CertPool, ...) (*http.Response, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Join ¶
func Join(osnURL string, blockBytes []byte, caCertPool *x509.CertPool, tlsClientCert tls.Certificate) (*http.Response, error)
Join an OSN to a new or existing channel.
func ListAllChannels ¶
func ListAllChannels(osnURL string, caCertPool *x509.CertPool, tlsClientCert tls.Certificate) (*http.Response, error)
ListAllChannels that an OSN is a member of.
func ListSingleChannel ¶
func ListSingleChannel(osnURL, channelID string, caCertPool *x509.CertPool, tlsClientCert tls.Certificate) (*http.Response, error)
ListSingleChannel that an OSN is a member of.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.