Skip to content

Commit

Permalink
Meta: Link for did meta plugin abstract class #6601
Browse files Browse the repository at this point in the history
  • Loading branch information
voetberg committed Mar 26, 2024
1 parent 358b0f0 commit f77c47e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/operator/did_meta.md
Expand Up @@ -53,8 +53,9 @@ order each configured metadata plugin if it supports this KEY.

## How to develop a custom metadata solution

The module you develop needs to extend the [DidMetaPlugin](/) Abstract
class. The methods needed are:
The module you develop needs to extend the
[DidMetaPlugin](https://github.com/rucio/rucio/blob/master/lib/rucio/core/did_meta_plugins/did_meta_plugin_interface.py)
Abstract class. The methods needed are:

```python
get_metadata(scope, name, session=None)
Expand Down

0 comments on commit f77c47e

Please sign in to comment.