Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FileStateManager ¶
type FileStateManager struct {
Dir string
}
func (FileStateManager) ReadState ¶
func (fsm FileStateManager) ReadState(ctx context.Context, name string, ptr interface{}) error
func (FileStateManager) WriteState ¶
func (fsm FileStateManager) WriteState(ctx context.Context, name string, ptr interface{}) error
type GcpStateManager ¶
type GcpStateManager struct {
SingletonProvider singleton.SingletonProvider
}
func NewGcpStateManager ¶
func NewGcpStateManager(ctx context.Context, GcpProjectId string) GcpStateManager
func (GcpStateManager) ReadState ¶
func (gsm GcpStateManager) ReadState(ctx context.Context, name string, ptr interface{}) error
func (GcpStateManager) WriteState ¶
func (gsm GcpStateManager) WriteState(ctx context.Context, name string, ptr interface{}) error
Click to show internal directories.
Click to hide internal directories.