├── LICENSE.txt ├── README.md ├── audited.go ├── audited_test.go └── callbacks.go /LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qor/audited/HEAD/LICENSE.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qor/audited/HEAD/README.md -------------------------------------------------------------------------------- /audited.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qor/audited/HEAD/audited.go -------------------------------------------------------------------------------- /audited_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qor/audited/HEAD/audited_test.go -------------------------------------------------------------------------------- /callbacks.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qor/audited/HEAD/callbacks.go --------------------------------------------------------------------------------