app/matrixstore/MatrixStoreConfigProvider.scala (
4
lines of code) (
raw
):
package matrixstore trait MatrixStoreConfigProvider { def get():Either[String, MatrixStoreConfig] }