librarypkg

package
v0.272.0 Latest Latest
Warning

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

Go to latest
Published: Mar 26, 2026 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) any) 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) any) 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