luet/pkg/package
Ettore Di Giacinto a1c669d3ae Define context for scoped operation across core types
It holds necessary state plus additional information relative to the
context which we are being run to (e.g. if we are in a terminal or not).
Besides in the future we can use it also as a contextual logger to
provide more smart logging capabilities.

This also replace the general global configuration instance that
previously was share between the core components.
2021-10-21 23:58:24 +02:00
..
annotations.go Integrate config-protect from package spec 2020-06-06 13:12:54 +02:00
database_bench_test.go Add boltDB test and fixup range over interface cast 2020-10-29 16:32:13 +01:00
database_boltdb_test.go Add tests for file search 2021-03-06 18:49:14 +01:00
database_boltdb.go Allow to search by file 2021-02-28 18:42:58 +01:00
database_common.go Allow to search by file 2021-02-28 18:42:58 +01:00
database_mem_test.go Add tests for file search 2021-03-06 18:49:14 +01:00
database_mem.go Avoid deadlocking by FindPackages calls 2021-08-09 15:13:53 +02:00
database.go Allow to search by file 2021-02-28 18:42:58 +01:00
package_suite_test.go Define context for scoped operation across core types 2021-10-21 23:58:24 +02:00
package_test.go Use common ImageID() when computing final images 2021-03-07 11:01:08 +01:00
package.go Introduce install --relaxed 2021-10-10 00:27:58 +02:00