Versions in this module Expand all Collapse all v0 v0.0.1 Oct 26, 2018 Changes in this version + type DefaultSmartApp struct + App smartappcore.SmartApp + Authenticator *smartappcore.Authenticator + RequestInterceptor RequestInterceptor + ResponseInterceptor ResponseInterceptor + func (a *DefaultSmartApp) Handler() gin.HandlerFunc + func (a *DefaultSmartApp) SetPublicKey(publicKey *rsa.PublicKey) + func (a *DefaultSmartApp) SetRequestInterceptor(interceptor RequestInterceptor) + func (a *DefaultSmartApp) SetResponseInterceptor(interceptor ResponseInterceptor) + type RequestInterceptor func(params *smartappcore.SmartAppParams) + type ResponseInterceptor func(response *smartapp.ExecutionResponse, err error) + type SmartApp interface + Handler func() gin.HandlerFunc + SetPublicKey func(publicKey *rsa.PublicKey) + SetRequestInterceptor func(interceptor RequestInterceptor) + SetResponseInterceptor func(interceptor ResponseInterceptor) + func NewSmartApp(definition smartappcore.SmartAppDefinition) SmartApp