librarypkg

package
v0.167.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 6, 2023 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type LibraryStruct

type LibraryStruct struct {
	FieldA int
}

type RefreshableLibraryStruct

type RefreshableLibraryStruct interface {
	refreshable.Refreshable
	CurrentLibraryStruct() LibraryStruct
	MapLibraryStruct(func(LibraryStruct) interface{}) refreshable.Refreshable
	SubscribeToLibraryStruct(func(LibraryStruct)) (unsubscribe func())

	FieldA() refreshable.Int
}

type RefreshingLibraryStruct

type RefreshingLibraryStruct struct {
	refreshable.Refreshable
}

func (RefreshingLibraryStruct) CurrentLibraryStruct

func (r RefreshingLibraryStruct) CurrentLibraryStruct() LibraryStruct

func (RefreshingLibraryStruct) FieldA

func (RefreshingLibraryStruct) MapLibraryStruct

func (r RefreshingLibraryStruct) MapLibraryStruct(mapFn func(LibraryStruct) interface{}) refreshable.Refreshable

func (RefreshingLibraryStruct) SubscribeToLibraryStruct

func (r RefreshingLibraryStruct) SubscribeToLibraryStruct(consumer func(LibraryStruct)) (unsubscribe func())

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL