You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

storage_test.go 142 B

12345678910
  1. package storage
  2. import "testing"
  3. func TestStorage(t *testing.T) {
  4. _, err := ListObjects("casibase", "")
  5. if err != nil {
  6. panic(err)
  7. }
  8. }

基于Casbin的开源AI领域知识库平台