Skip to content

Commit

Permalink
add datasources pages for go-get
Browse files Browse the repository at this point in the history
  • Loading branch information
aryanmehrotra authored Oct 3, 2024
2 parents 365be46 + 87ffe2e commit 86cd16d
Show file tree
Hide file tree
Showing 16 changed files with 208 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/app/pkg/gofr/datasource/cassandra/layout.jsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
export const metadata = {
other: {
'go-import': 'gofr.dev git https://github.com/gofr-dev/gofr',
'go-source': 'gofr.dev https://github.com/gofr-dev/gofr https://github.com/gofr-dev/gofr/tree/main{/dir} https://github.com/gofr-dev/gofr/blob/main{/dir}/{file}#L{line}'
},
}

export default function RootLayout({ children }) {
return children
}
16 changes: 16 additions & 0 deletions src/app/pkg/gofr/datasource/cassandra/page.jsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
import React from 'react';


const Page = () => {
return (
<div className={`flex justify-center items-center min-h-[70vh]`}>
<div className={`text-4xl font-semibold flex gap-3 flex-wrap justify-center`}>
<span>
</span>
<span className={`text-sky-400`}></span>
</div>
</div>
);
};

export default Page;
10 changes: 10 additions & 0 deletions src/app/pkg/gofr/datasource/clickhouse/layout.jsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
export const metadata = {
other: {
'go-import': 'gofr.dev git https://github.com/gofr-dev/gofr',
'go-source': 'gofr.dev https://github.com/gofr-dev/gofr https://github.com/gofr-dev/gofr/tree/main{/dir} https://github.com/gofr-dev/gofr/blob/main{/dir}/{file}#L{line}'
},
}

export default function RootLayout({ children }) {
return children
}
16 changes: 16 additions & 0 deletions src/app/pkg/gofr/datasource/clickhouse/page.jsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
import React from 'react';


const Page = () => {
return (
<div className={`flex justify-center items-center min-h-[70vh]`}>
<div className={`text-4xl font-semibold flex gap-3 flex-wrap justify-center`}>
<span>
</span>
<span className={`text-sky-400`}></span>
</div>
</div>
);
};

export default Page;
10 changes: 10 additions & 0 deletions src/app/pkg/gofr/datasource/dgraph/layout.jsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
export const metadata = {
other: {
'go-import': 'gofr.dev git https://github.com/gofr-dev/gofr',
'go-source': 'gofr.dev https://github.com/gofr-dev/gofr https://github.com/gofr-dev/gofr/tree/main{/dir} https://github.com/gofr-dev/gofr/blob/main{/dir}/{file}#L{line}'
},
}

export default function RootLayout({ children }) {
return children
}
16 changes: 16 additions & 0 deletions src/app/pkg/gofr/datasource/dgraph/page.jsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
import React from 'react';


const Page = () => {
return (
<div className={`flex justify-center items-center min-h-[70vh]`}>
<div className={`text-4xl font-semibold flex gap-3 flex-wrap justify-center`}>
<span>
</span>
<span className={`text-sky-400`}></span>
</div>
</div>
);
};

export default Page;
10 changes: 10 additions & 0 deletions src/app/pkg/gofr/datasource/file/ftp/layout.jsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
export const metadata = {
other: {
'go-import': 'gofr.dev git https://github.com/gofr-dev/gofr',
'go-source': 'gofr.dev https://github.com/gofr-dev/gofr https://github.com/gofr-dev/gofr/tree/main{/dir} https://github.com/gofr-dev/gofr/blob/main{/dir}/{file}#L{line}'
},
}

export default function RootLayout({ children }) {
return children
}
16 changes: 16 additions & 0 deletions src/app/pkg/gofr/datasource/file/ftp/page.jsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
import React from 'react';


const Page = () => {
return (
<div className={`flex justify-center items-center min-h-[70vh]`}>
<div className={`text-4xl font-semibold flex gap-3 flex-wrap justify-center`}>
<span>
</span>
<span className={`text-sky-400`}></span>
</div>
</div>
);
};

export default Page;
10 changes: 10 additions & 0 deletions src/app/pkg/gofr/datasource/file/s3/layout.jsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
export const metadata = {
other: {
'go-import': 'gofr.dev git https://github.com/gofr-dev/gofr',
'go-source': 'gofr.dev https://github.com/gofr-dev/gofr https://github.com/gofr-dev/gofr/tree/main{/dir} https://github.com/gofr-dev/gofr/blob/main{/dir}/{file}#L{line}'
},
}

export default function RootLayout({ children }) {
return children
}
16 changes: 16 additions & 0 deletions src/app/pkg/gofr/datasource/file/s3/page.jsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
import React from 'react';


const Page = () => {
return (
<div className={`flex justify-center items-center min-h-[70vh]`}>
<div className={`text-4xl font-semibold flex gap-3 flex-wrap justify-center`}>
<span>
</span>
<span className={`text-sky-400`}></span>
</div>
</div>
);
};

export default Page;
10 changes: 10 additions & 0 deletions src/app/pkg/gofr/datasource/file/sftp/layout.jsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
export const metadata = {
other: {
'go-import': 'gofr.dev git https://github.com/gofr-dev/gofr',
'go-source': 'gofr.dev https://github.com/gofr-dev/gofr https://github.com/gofr-dev/gofr/tree/main{/dir} https://github.com/gofr-dev/gofr/blob/main{/dir}/{file}#L{line}'
},
}

export default function RootLayout({ children }) {
return children
}
16 changes: 16 additions & 0 deletions src/app/pkg/gofr/datasource/file/sftp/page.jsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
import React from 'react';


const Page = () => {
return (
<div className={`flex justify-center items-center min-h-[70vh]`}>
<div className={`text-4xl font-semibold flex gap-3 flex-wrap justify-center`}>
<span>
</span>
<span className={`text-sky-400`}></span>
</div>
</div>
);
};

export default Page;
10 changes: 10 additions & 0 deletions src/app/pkg/gofr/datasource/kv-store/badger/layout.jsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
export const metadata = {
other: {
'go-import': 'gofr.dev git https://github.com/gofr-dev/gofr',
'go-source': 'gofr.dev https://github.com/gofr-dev/gofr https://github.com/gofr-dev/gofr/tree/main{/dir} https://github.com/gofr-dev/gofr/blob/main{/dir}/{file}#L{line}'
},
}

export default function RootLayout({ children }) {
return children
}
16 changes: 16 additions & 0 deletions src/app/pkg/gofr/datasource/kv-store/badger/page.jsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
import React from 'react';


const Page = () => {
return (
<div className={`flex justify-center items-center min-h-[70vh]`}>
<div className={`text-4xl font-semibold flex gap-3 flex-wrap justify-center`}>
<span>
</span>
<span className={`text-sky-400`}></span>
</div>
</div>
);
};

export default Page;
10 changes: 10 additions & 0 deletions src/app/pkg/gofr/datasource/solr/layout.jsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
export const metadata = {
other: {
'go-import': 'gofr.dev git https://github.com/gofr-dev/gofr',
'go-source': 'gofr.dev https://github.com/gofr-dev/gofr https://github.com/gofr-dev/gofr/tree/main{/dir} https://github.com/gofr-dev/gofr/blob/main{/dir}/{file}#L{line}'
},
}

export default function RootLayout({ children }) {
return children
}
16 changes: 16 additions & 0 deletions src/app/pkg/gofr/datasource/solr/page.jsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
import React from 'react';


const Page = () => {
return (
<div className={`flex justify-center items-center min-h-[70vh]`}>
<div className={`text-4xl font-semibold flex gap-3 flex-wrap justify-center`}>
<span>
</span>
<span className={`text-sky-400`}></span>
</div>
</div>
);
};

export default Page;

0 comments on commit 86cd16d

Please sign in to comment.