Documentation ¶
Overview ¶
Package config includes configurations to setup libindy properly.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Set ¶
func Set(config SystemConfig) int
Set is wrapper function for libindy to set runtime configuration. Please see more information from indy SDK documentation.
Types ¶
type SystemConfig ¶
type SystemConfig struct { CryptoThreadPoolSize int `json:"crypto_thread_pool_size,omitempty"` CollectBacktrace bool `json:"collect_backtrace,omitempty"` }
SystemConfig is wrapper struct for libindy's corresponding JSON type.
Click to show internal directories.
Click to hide internal directories.