Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Space ¶
type Space struct {
// contains filtered or unexported fields
}
func NewSpace ¶
func NewSpace(config *SpaceConfigInput) *Space
func (*Space) GetCache ¶
func (s *Space) GetCache() ttcache.ICacheCache
func (*Space) Initialize ¶
type SpaceConfigInput ¶
type SpaceConfigInput struct { Config *ttutils.ConfigRoot ServeConnHandler tthandler.IServeConnHandler PrometheusFire func(*ttprom.PrometheusMetric) error Logger *logrus.Entry Context context.Context }
Click to show internal directories.
Click to hide internal directories.