コード例 #1
0
ファイル: snapmgr.go プロジェクト: clobrano/snappy
// ReplaceStore replaces the store used by the manager.
func ReplaceStore(state *state.State, store StoreService) {
	state.Cache(cachedStoreKey{}, store)
}
コード例 #2
0
ファイル: assertmgr.go プロジェクト: niemeyer/snapd
// ReplaceDB replaces the assertion database used by the manager.
func ReplaceDB(state *state.State, db *asserts.Database) {
	state.Cache(cachedDBKey{}, db)
}